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

Function clearPreservedState

ui/src/composables/useStreamingState.ts:55–57  ·  view source on GitHub ↗
(surfaceId: string)

Source from the content-addressed store, hash-verified

53 * Clear preserved state for a surface
54 */
55export function clearPreservedState(surfaceId: string): void {
56 surfaceStates.delete(surfaceId);
57}
58
59/**
60 * Options for useStreamingState composable

Callers 3

clearStateFunction · 0.85

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected