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

Function getOverlayState

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

Source from the content-addressed store, hash-verified

56)
57
58export const getOverlayState = () => $overlayState.get()
59
60export const patchOverlayState = (next: Partial<OverlayState> | ((state: OverlayState) => OverlayState)) =>
61 $overlayState.set(typeof next === 'function' ? next($overlayState.get()) : { ...$overlayState.get(), ...next })

Callers 7

isAwaitingInputFunction · 0.85
flushAbandonedClarifyFunction · 0.85
maybeNudgeAgentsFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected