fun App( stable user: User ) fun SomeScreen() fun UserPhoto() restartable skippable fun SomeScreen() restartable skippable fun UserPhoto() fun Text( stable text: String stable onClick: Function0? = @static { } ) scheme("[0, [0]]") fun Group( stable content: Function2 ) fun observeUser( stable userId: Int ): User? restartable skippable fun TwoInputsKeySample() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SimpleStateSample() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DestructuredStateSample() fun observeSampleData() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DelegatedReadOnlyStateSample() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DelegatedStateSample() restartable skippable fun ListItem( unused unstable item: Any unused stable selected: Boolean ) scheme("[androidx.compose.ui.UiComposable]") fun CountDisplay( stable count: State ) scheme("[androidx.compose.ui.UiComposable]") fun Example() restartable skippable fun DerivedStateSample() restartable scheme("[androidx.compose.ui.UiComposable]") fun FlowWithInitialSample( unstable flow: Flow ) restartable scheme("[androidx.compose.ui.UiComposable]") fun StateFlowSample( unstable stateFlow: StateFlow ) scheme("[androidx.compose.ui.UiComposable]") fun PersonView( stable person: Person ) scheme("[androidx.compose.ui.UiComposable]") fun PeopleView( unstable people: List ) restartable skippable fun LocallyUniqueKeys() restartable skippable fun NotAlwaysUniqueKeys() restartable skippable fun MoreCorrectUniqueKeys() restartable skippable fun User( unused stable user: User ) restartable skippable fun UserPreview( unused stable user: User ) restartable skippable fun Friend( unused stable friend: User ) scheme("[androidx.compose.ui.UiComposable]") fun LoginScreen() restartable skippable fun ItemView( unused stable userId: Int ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun MovableContentColumnRowSample( stable content: Function2 stable vertical: Boolean ) restartable scheme("[androidx.compose.ui.UiComposable]") fun MovableContentMultiColumnSample( unstable items: List ) scheme("[androidx.compose.ui.UiComposable]") fun Names() scheme("[androidx.compose.ui.UiComposable]") fun NamesAndAges() restartable skippable fun Text( unused stable text: String ) restartable scheme("[androidx.compose.ui.UiComposable]") fun ProduceState( unstable viewModel: ProduceStateSampleViewModel ) restartable fun ProduceStateAwaitDispose( unstable viewModel: ProduceStateSampleViewModel ) restartable skippable fun ProfileIcon( unused stable src: String ) fun UserProfile( userRepository: UserRepository userRequest: UserDataRequest ) fun EventHandler( dispatcher: Dispatcher stable onEvent: Function0 ) fun NotificationHost( state: NotificationState stable onTimeout: Function1 )