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

Function appendFile

nodejs/test/e2e/session_fs_sqlite.e2e.test.ts:163–165  ·  view source on GitHub ↗
(path: string, content: string)

Source from the content-addressed store, hash-verified

161 await provider.writeFile(sp(path), content);
162 },
163 async appendFile(path: string, content: string): Promise<void> {
164 await provider.appendFile(sp(path), content);
165 },
166 async exists(path: string): Promise<boolean> {
167 return provider.exists(sp(path));
168 },

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…