//shark/shark/LeakTrace/referencePathElementIsSuspect

referencePathElementIsSuspect

[jvm]
fun referencePathElementIsSuspect(index: Int): Boolean

Returns true if the referencePath element at the provided index contains a reference that is suspected to cause the leak, ie if index is greater than or equal to the index of the LeakTraceReference of the last non leaking object and strictly lower than the index of the LeakTraceReference of the first leaking object.