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

Method appendFile

nodejs/src/sessionFsProvider.ts:71–71  ·  view source on GitHub ↗

Appends content to a file, creating parent directories if needed.

(path: string, content: string, mode?: number)

Source from the content-addressed store, hash-verified

69
70 /** Appends content to a file, creating parent directories if needed. */
71 appendFile(path: string, content: string, mode?: number): Promise<void>;
72
73 /** Checks whether a path exists. */
74 exists(path: string): Promise<boolean>;

Callers 1

createSessionFsAdapterFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected