Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ getFileStats
Method
getFileStats
core/index.d.ts:920–920 ·
view source on GitHub ↗
(files: string[])
Source
from the content-addressed store, hash-verified
918
listDir(dir: string): Promise<[string, FileType][]>;
919
920
getFileStats(files: string[]): Promise<FileStatsMap>;
921
922
// Secret Storage
923
readSecrets(keys: string[]): Promise<Record<string, string>>;
Callers
6
initializeListeners
Method · 0.65
getIndexPlan
Function · 0.65
refreshFile
Method · 0.65
indexFiles
Method · 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
2
getIndexPlan
Function · 0.52
registerHandlers
Method · 0.52