MCPcopy Index your code
hub / github.com/github/copilot-sdk / writeFile

Function writeFile

nodejs/test/e2e/session_fs.e2e.test.ts:237–239  ·  view source on GitHub ↗
(path: string, content: string)

Source from the content-addressed store, hash-verified

235 return (await provider.readFile(path, "utf8")) as string;
236 },
237 async writeFile(path: string, content: string): Promise<void> {
238 await provider.writeFile(path, content);
239 },
240 async appendFile(path: string, content: string): Promise<void> {
241 await provider.appendFile(path, content);
242 },

Calls 2

spFunction · 0.70
writeFileMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…