Companion
Functions
Link copied to clipboard
fun visitReference( reference: ResolverReference, visitResources: Boolean, withReference: (ResolverReference) -> Unit): Int
Content copied to clipboard
Visit the provided ResolverReference by handing it to the provided lambda then add all its children to a stack. Then pop the next ResolverReference and iteratively visit it until the stack has been emptied.