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

Method readdirWithTypes

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

* Lists directory entries with type information from the client-provided session filesystem. * * @param params Directory path whose entries (with type information) should be listed from the client-provided session filesystem. * * @returns Entries in the requested directory paired

(params: SessionFsReaddirWithTypesRequest)

Source from the content-addressed store, hash-verified

16932 * @returns Entries in the requested directory paired with file/directory type information, or a filesystem error if the read failed.
16933 */
16934 readdirWithTypes(params: SessionFsReaddirWithTypesRequest): Promise<SessionFsReaddirWithTypesResult>;
16935 /**
16936 * Removes a file or directory from the client-provided session filesystem.
16937 *

Calls

no outgoing calls

Tested by

no test coverage detected