MCPcopy 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

initializeListenersMethod · 0.65
getIndexPlanFunction · 0.65
refreshFileMethod · 0.65
indexFilesMethod · 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 2

getIndexPlanFunction · 0.52
registerHandlersMethod · 0.52