Stylianos Gakis
06/05/2026, 1:32 PMSnapshot.withMutableSnapshot {
... stuff
Snapshot.withMutableSnapshot {
... more stuff
}
}
My question isn't because I want to write code this way, but there are some functions that wrap their content with withMutableSnapshot, but may also call other functions that are also wrapping their content with withMutableSnapshotFilip Wiesner
06/05/2026, 1:56 PMStylianos Gakis
06/05/2026, 2:11 PM