fun setComparator()

in src/main/kotlin/org/jetbrains/tinygoplugin/heapAllocations/toolWindow/model/TinyGoHeapAllocsTreeModel.kt [52:54]


    fun setComparator(comparator: Comparator<Node>) {
        if (comparator != this.comparator.getAndSet(comparator)) structureChanged(null)
    }