MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / fresh

Function fresh

packages/agent-core/test/services/task-service.test.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95function fresh(): FakeState {
96 return { sessions: [], tasksBySession: new Map(), outputByTaskId: new Map(), stopCalls: [] };
97}
98
99// --- Adapter --------------------------------------------------------------
100

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected