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

Method Exists

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

Exists checks whether a path exists in the client-provided session filesystem. RPC method: sessionFs.exists. Parameters: Path to test for existence in the client-provided session filesystem. Returns: Indicates whether the requested path exists in the client-provided session filesystem.

(request *SessionFSExistsRequest)

Source from the content-addressed store, hash-verified

18287 // Returns: Indicates whether the requested path exists in the client-provided session
18288 // filesystem.
18289 Exists(request *SessionFSExistsRequest) (*SessionFSExistsResult, error)
18290 // Mkdir creates a directory in the client-provided session filesystem.
18291 //
18292 // RPC method: sessionFs.mkdir.

Callers 1

Implementers 1

sessionFSAdaptergo/session_fs_provider.go

Calls

no outgoing calls

Tested by

no test coverage detected