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

Function writePath

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

Source from the content-addressed store, hash-verified

299}
300
301function writePath(path: string): ToolAccesses {
302 return ToolAccesses.writeFile(path);
303}
304
305async function waitOneMacrotask(): Promise<void> {
306 await new Promise((resolve) => setTimeout(resolve, 0));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected