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

Function appendFile

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

Source from the content-addressed store, hash-verified

238 await provider.writeFile(path, content);
239 },
240 async appendFile(path: string, content: string): Promise<void> {
241 await provider.appendFile(path, content);
242 },
243 async exists(path: string): Promise<boolean> {
244 return provider.exists(path);
245 },

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…