in src/main/kotlin/org/jetbrains/tinygoplugin/heapAllocations/toolWindow/model/TinyGoHeapAllocsTreeNodes.kt [88:92]
fun supplyDirPresentationName(oldName: String): String {
return if (oldName.contains(System.getProperty("user.home"))) {
oldName.replace(System.getProperty("user.home"), "~")
} else oldName
}