Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
function
fresh(): FakeState {
96
return
{ sessions: [], tasksBySession:
new
Map(), outputByTaskId:
new
Map(), stopCalls: [] };
97
}
98
99
// --- Adapter --------------------------------------------------------------
100
Callers
1
task-service.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected