Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
function
readPath(path: string): ToolAccesses {
294
return
ToolAccesses.readFile(path);
295
}
296
297
function
readTree(path: string): ToolAccesses {
298
return
ToolAccesses.readTree(path);
Callers
1
tool-scheduler.test.ts
File · 0.85
Calls
1
readFile
Method · 0.65
Tested by
no test coverage detected