Home
last modified time | relevance | path

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

/compose/runtime/runtime-lint/src/main/java/androidx/compose/runtime/lint/
DUnrememberedStateDetector.kt76 (isStateFactoryInvocation() || isStateConstructorInvocation()) && isNotRemembered() in UCallExpression()
81 private fun UCallExpression.isStateConstructorInvocation(): Boolean = in isStateConstructorInvocation() method in androidx.compose.runtime.lint.UnrememberedStateDetector