MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / resetOverlayState

Function resetOverlayState

ui-tui/src/app/overlayStore.ts:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63/** Full reset — used by session/turn teardown and tests. */
64export const resetOverlayState = () => $overlayState.set(buildOverlayState())
65
66/**
67 * Soft reset: drop FLOW-scoped overlays (approval / clarify / confirm / sudo

Callers 5

mainFunction · 0.90

Calls 2

buildOverlayStateFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected