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

Method appendFile

nodejs/src/generated/rpc.ts:16894–16894  ·  view source on GitHub ↗

* Appends content to a file in the client-provided session filesystem. * * @param params File path, content to append, and optional mode for the client-provided session filesystem. * * @returns Describes a filesystem error.

(params: SessionFsAppendFileRequest)

Source from the content-addressed store, hash-verified

16892 * @returns Describes a filesystem error.
16893 */
16894 appendFile(params: SessionFsAppendFileRequest): Promise<SessionFsError | undefined>;
16895 /**
16896 * Checks whether a path exists in the client-provided session filesystem.
16897 *

Callers 6

appendFileFunction · 0.65
appendFileFunction · 0.65
appendFileFunction · 0.65

Calls

no outgoing calls

Tested by 3

appendFileFunction · 0.52
appendFileFunction · 0.52
appendFileFunction · 0.52