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

Method readdir

nodejs/src/sessionFsProvider.ts:83–83  ·  view source on GitHub ↗

Lists entry names in a directory. Throw if it does not exist.

(path: string)

Source from the content-addressed store, hash-verified

81
82 /** Lists entry names in a directory. Throw if it does not exist. */
83 readdir(path: string): Promise<string[]>;
84
85 /** Lists entries with type info. Throw if the directory does not exist. */
86 readdirWithTypes(path: string): Promise<SessionFsReaddirWithTypesEntry[]>;

Callers 1

createSessionFsAdapterFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected