This site requires javascript.
Android Code Search
file:androidx/compose/runtime/snapshots/Snapshot.kt function:writable
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
Snapshot.kt
content_copy
Preview
2233:
2234:
2235:
@PublishedApi
internal
fun
<T : StateRecord> T.
writable
Record(state: StateObject, snapshot: Snapshot): T {
if
(snapshot.readOnly) {
2264:
2265:
internal
fun
<T : StateRecord> T.over
writable
Record(
state: StateObject,
2287:
2288:
internal
fun
<T : StateRecord> T.new
Writable
Record(state: StateObject, snapshot: Snapshot) = sync {
newWritableRecordLocked(state, snapshot)
2291:
2292:
private
fun
<T : StateRecord> T.new
Writable
RecordLocked(state: StateObject, snapshot: Snapshot): T {
// Calling used() on a state object might return the same record for each thread calling
2309:
2310:
internal
fun
<T : StateRecord> T.newOver
writable
RecordLocked(state: StateObject): T {
// Calling used() on a state object might return the same record for each thread calling
2339:
2340:
2341:
*/
inline
fun
<T : StateRecord, R> T.
writable
(
state: StateObject,
2363:
2364:
2365:
*/
inline
fun
<T : StateRecord, R> T.
writable
(state: StateObject, block: T.() -> R): R {
val
snapshot: Snapshot
2386:
2387:
2388:
*/
internal
inline
fun
<T : StateRecord, R> T.over
writable
(
state: StateObject,
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main