MCPcopy Index your code
hub / github.com/continuedev/continue / readRangeInFile

Method readRangeInFile

core/index.d.ts:879–879  ·  view source on GitHub ↗
(fileUri: string, range: Range)

Source from the content-addressed store, hash-verified

877 readFile(fileUri: string): Promise<string>;
878
879 readRangeInFile(fileUri: string, range: Range): Promise<string>;
880
881 showLines(fileUri: string, startLine: number, endLine: number): Promise<void>;
882

Callers 9

readFileRangeImplFunction · 0.65
initializeListenersMethod · 0.65
_getFileInfoMethod · 0.65
getSnippetsMethod · 0.65
readRangeInFileMethod · 0.65
crawlTypesFunction · 0.65
getDefinitionsForNodeFunction · 0.65
expandSnippetFunction · 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