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

Method Readdir

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

Readdir lists entry names in a directory from the client-provided session filesystem. RPC method: sessionFs.readdir. Parameters: Directory path whose entries should be listed from the client-provided session filesystem. Returns: Names of entries in the requested directory, or a filesystem error i

(request *SessionFSReaddirRequest)

Source from the content-addressed store, hash-verified

18306 // Returns: Names of entries in the requested directory, or a filesystem error if the read
18307 // failed.
18308 Readdir(request *SessionFSReaddirRequest) (*SessionFSReaddirResult, error)
18309 // ReaddirWithTypes lists directory entries with type information from the client-provided
18310 // session filesystem.
18311 //

Callers 1

Implementers 1

sessionFSAdaptergo/session_fs_provider.go

Calls

no outgoing calls

Tested by

no test coverage detected