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

Function readdir

nodejs/test/session_fs_adapter.test.ts:41–43  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

39 await memoryProvider.mkdir(sp(path), { recursive, mode });
40 },
41 async readdir(path) {
42 return (await memoryProvider.readdir(sp(path))) as string[];
43 },
44 async readdirWithTypes(path) {
45 const names = (await memoryProvider.readdir(sp(path))) as string[];
46 return Promise.all(

Callers

nothing calls this directly

Calls 2

spFunction · 0.70
readdirMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…