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

Function tasksDirOf

apps/vis/server/src/lib/task-store.ts:32–34  ·  view source on GitHub ↗
(agentDir: string)

Source from the content-addressed store, hash-verified

30}
31
32function tasksDirOf(agentDir: string): string {
33 return join(agentDir, 'tasks');
34}
35
36function taskOutputFile(agentDir: string, taskId: string): string {
37 if (!VALID_TASK_ID.test(taskId)) {

Callers 2

taskOutputFileFunction · 0.70
listBackgroundTasksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected