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

Function buildLocal

ui-tui/src/__tests__/createSlashHandler.test.ts:947–953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

945})
946
947const buildLocal = () => ({
948 catalog: null,
949 getHistoryItems: vi.fn(() => []),
950 getLastUserMsg: vi.fn(() => ''),
951 maybeWarn: vi.fn(),
952 setCatalog: vi.fn()
953})
954
955const buildSession = () => ({
956 closeSession: vi.fn(() => Promise.resolve(null)),

Callers 2

buildCtxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected