MCPcopy
hub / github.com/continuedev/continue / listDir

Method listDir

core/index.d.ts:918–918  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

916 getGitRootPath(dir: string): Promise<string | undefined>;
917
918 listDir(dir: string): Promise<[string, FileType][]>;
919
920 getFileStats(files: string[]): Promise<FileStatsMap>;
921

Callers 8

initializeListenersMethod · 0.65
shouldIgnoreFunction · 0.65
walkMethod · 0.65
scanRecursivelyMethod · 0.65
getWorkspaceRcConfigsFunction · 0.65
constructorMethod · 0.65
registerHandlersMethod · 0.65

Implementers 3

MessageIdecore/protocol/messenger/messageIde.ts
FileSystemIdecore/util/filesystem.ts
VsCodeIdeextensions/vscode/src/VsCodeIde.ts

Calls

no outgoing calls

Tested by 1

registerHandlersMethod · 0.52