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

Function readPath

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

Source from the content-addressed store, hash-verified

291}
292
293function readPath(path: string): ToolAccesses {
294 return ToolAccesses.readFile(path);
295}
296
297function readTree(path: string): ToolAccesses {
298 return ToolAccesses.readTree(path);

Callers 1

Calls 1

readFileMethod · 0.65

Tested by

no test coverage detected