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

Function markFileAsRead

extensions/cli/src/tools/readFile.ts:31–33  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

29// Track files that have been read in the current session
30export const readFilesSet = new Set<string>();
31export function markFileAsRead(filePath: string) {
32 readFilesSet.add(filePath);
33}
34
35export const readFileTool: Tool = {
36 name: "Read",

Callers 3

multiEdit.test.tsFile · 0.85
edit.test.tsFile · 0.85
readFile.tsFile · 0.85

Calls 1

addMethod · 0.65

Tested by

no test coverage detected