//leakcanary-repo/shark/ShortestPathFinder
ShortestPathFinder¶
fun interface ShortestPathFinder
Inheritors¶
PrioritizingShortestPathFinder |
Types¶
Name | Summary |
---|---|
Factory | [jvm] fun interface Factory |
Functions¶
Name | Summary |
---|---|
findShortestPathsFromGcRoots | [jvm] abstract fun findShortestPathsFromGcRoots(leakingObjectIds: Set<Long>): PathFindingResults |