Home
last modified time | relevance | path

Searched refs:currentOpToDebugString (Results 1 – 1 of 1) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DOperations.kt561 append(currentOpToDebugString("")) in <lambda>()
582 appendLine(currentOpToDebugString(linePrefix)) in <lambda>()
587 private fun Operations.OpIterator.currentOpToDebugString(linePrefix: String): String { in <lambda>() method