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

Method ReaddirWithTypes

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

ReaddirWithTypes lists directory entries with type information from the client-provided session filesystem. RPC method: sessionFs.readdirWithTypes. Parameters: Directory path whose entries (with type information) should be listed from the client-provided session filesystem. Returns: Entries in th

(request *SessionFSReaddirWithTypesRequest)

Source from the content-addressed store, hash-verified

18317 // Returns: Entries in the requested directory paired with file/directory type information,
18318 // or a filesystem error if the read failed.
18319 ReaddirWithTypes(request *SessionFSReaddirWithTypesRequest) (*SessionFSReaddirWithTypesResult, error)
18320 // ReadFile reads a file from the client-provided session filesystem.
18321 //
18322 // RPC method: sessionFs.readFile.

Callers 1

Implementers 1

sessionFSAdaptergo/session_fs_provider.go

Calls

no outgoing calls

Tested by

no test coverage detected