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

Function writeFile

nodejs/test/session_fs_adapter.test.ts:19–21  ·  view source on GitHub ↗
(path, content)

Source from the content-addressed store, hash-verified

17 return (await memoryProvider.readFile(sp(path), "utf8")) as string;
18 },
19 async writeFile(path, content) {
20 await memoryProvider.writeFile(sp(path), content);
21 },
22 async appendFile(path, content) {
23 await memoryProvider.appendFile(sp(path), content);
24 },

Callers 2

writeFileIfDifferentFunction · 0.50

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…