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

Function buildOverlayState

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

Source from the content-addressed store, hash-verified

3import type { OverlayState } from './interfaces.js'
4
5const buildOverlayState = (): OverlayState => ({
6 agents: false,
7 agentsInitialHistoryIndex: 0,
8 approval: null,
9 billing: null,
10 clarify: null,
11 confirm: null,
12 modelPicker: false,
13 pager: null,
14 petPicker: false,
15 pluginsHub: false,
16 secret: null,
17 sessions: false,
18 skillsHub: false,
19 sudo: null
20})
21
22export const $overlayState = atom<OverlayState>(buildOverlayState())
23

Callers 3

overlayStore.tsFile · 0.85
resetOverlayStateFunction · 0.85
resetFlowOverlaysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected