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

Method readdir

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

* Lists entry names in a directory from the client-provided session filesystem. * * @param params 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 if the read

(params: SessionFsReaddirRequest)

Source from the content-addressed store, hash-verified

16924 * @returns Names of entries in the requested directory, or a filesystem error if the read failed.
16925 */
16926 readdir(params: SessionFsReaddirRequest): Promise<SessionFsReaddirResult>;
16927 /**
16928 * Lists directory entries with type information from the client-provided session filesystem.
16929 *

Callers 15

readdirMethod · 0.65
resolveCopilotSchemaPathFunction · 0.65
resolveCopilotSchemaPathFunction · 0.65
readdirFunction · 0.65
readdirWithTypesFunction · 0.65
readdirFunction · 0.65
readdirWithTypesFunction · 0.65

Calls

no outgoing calls

Tested by 8

readdirFunction · 0.52
readdirWithTypesFunction · 0.52
readdirFunction · 0.52
readdirWithTypesFunction · 0.52
readdirFunction · 0.52
readdirWithTypesFunction · 0.52