MCPcopy Create free account
hub / github.com/altic-dev/Pilot / writeFileCallback

Function writeFileCallback

src/tools/experiment-code-update.ts:151–153  ·  view source on GitHub ↗
(path: string, content: string)

Source from the content-addressed store, hash-verified

149 };
150
151 const writeFileCallback = async (path: string, content: string) => {
152 await docker.writeFile(sessionId, path, content);
153 };
154
155 // Choose text editor tool based on provider
156 const textEditorTool =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected