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

Method AppendFile

go/rpc/zrpc.go:18280–18280  ·  view source on GitHub ↗

AppendFile appends content to a file in the client-provided session filesystem. RPC method: sessionFs.appendFile. Parameters: File path, content to append, and optional mode for the client-provided session filesystem. Returns: Describes a filesystem error.

(request *SessionFSAppendFileRequest)

Source from the content-addressed store, hash-verified

18278 //
18279 // Returns: Describes a filesystem error.
18280 AppendFile(request *SessionFSAppendFileRequest) (*SessionFSError, error)
18281 // Exists checks whether a path exists in the client-provided session filesystem.
18282 //
18283 // RPC method: sessionFs.exists.

Callers 1

Implementers 1

sessionFSAdaptergo/session_fs_provider.go

Calls

no outgoing calls

Tested by

no test coverage detected