findCycle

external fun findCycle(root: Any): Array<Any>?(source)

Deprecated

No-op in modern GC implementation

Deprecated and unused. Always returns null.

Legacy MM: Find a reference cycle including from the given object, null if no cycles detected.

Since Kotlin

1.9