MCPcopy Create free account
hub / github.com/github/copilot-sdk / appendFile

Function appendFile

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

Source from the content-addressed store, hash-verified

20 await memoryProvider.writeFile(sp(path), content);
21 },
22 async appendFile(path, content) {
23 await memoryProvider.appendFile(sp(path), content);
24 },
25 async exists(path) {
26 return memoryProvider.exists(sp(path));
27 },

Callers

nothing calls this directly

Calls 2

spFunction · 0.70
appendFileMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…