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

Function readTree

packages/agent-core/test/loop/tool-scheduler.test.ts:297–299  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

295}
296
297function readTree(path: string): ToolAccesses {
298 return ToolAccesses.readTree(path);
299}
300
301function writePath(path: string): ToolAccesses {
302 return ToolAccesses.writeFile(path);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected