Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ session
Function
session
packages/agent-core/test/services/task-service.test.ts:67–75 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
65
}
66
67
function
session(id: string): SessionSummary {
68
return
{
69
id,
70
workDir:
'/tmp'
,
71
sessionDir: `/tmp/sd-${id}`,
72
createdAt: 0,
73
updatedAt: 0,
74
};
75
}
76
77
function
bashTask(
78
taskId: string,
Callers
1
task-service.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected