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

Function buildSession

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

Source from the content-addressed store, hash-verified

953})
954
955const buildSession = () => ({
956 closeSession: vi.fn(() => Promise.resolve(null)),
957 die: vi.fn(),
958 dieWithCode: vi.fn(),
959 guardBusySessionSwitch: vi.fn(() => false),
960 newLiveSession: vi.fn(),
961 newSession: vi.fn(),
962 resetVisibleHistory: vi.fn(),
963 resumeById: vi.fn(),
964 setSessionStartedAt: vi.fn()
965})
966
967const buildTranscript = () => ({
968 page: vi.fn(),

Callers 2

buildCtxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected