Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getEntriesFilteredByIgnore
Function · 0.65
initializeListeners
Method · 0.65
shouldIgnore
Function · 0.65
walk
Method · 0.65
scanRecursively
Method · 0.65
getWorkspaceRcConfigs
Function · 0.65
constructor
Method · 0.65
registerHandlers
Method · 0.65
Implementers
3
MessageIde
core/protocol/messenger/messageIde.ts
FileSystemIde
core/util/filesystem.ts
VsCodeIde
extensions/vscode/src/VsCodeIde.ts
Calls
no outgoing calls
Tested by
1
registerHandlers
Method · 0.52