MCPcopy Create free account
hub / github.com/continuedev/continue / getFileResults

Method getFileResults

core/index.d.ts:898–898  ·  view source on GitHub ↗
(pattern: string, maxResults?: number)

Source from the content-addressed store, hash-verified

896 getSearchResults(query: string, maxResults?: number): Promise<string>;
897
898 getFileResults(pattern: string, maxResults?: number): Promise<string[]>;
899
900 subprocess(command: string, cwd?: string): Promise<[string, string]>;
901

Callers 4

fileGlobSearchImplFunction · 0.65
initializeListenersMethod · 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