MCPcopy Create free account
hub / github.com/astercloud/aster / saveState

Function saveState

ui/src/composables/useStreamingState.ts:223–226  ·  view source on GitHub ↗

* Save all state before an update

()

Source from the content-addressed store, hash-verified

221 * Save all state before an update
222 */
223 function saveState(): void {
224 saveScrollPositions();
225 saveFocusState();
226 }
227
228 /**
229 * Restore all state after an update

Callers

nothing calls this directly

Calls 2

saveScrollPositionsFunction · 0.85
saveFocusStateFunction · 0.85

Tested by

no test coverage detected