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

Function getReadFileMaxLines

extensions/cli/src/tools/readFile.ts:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22function getReadFileMaxLines(): number {
23 return parseEnvNumber(
24 process.env.CONTINUE_CLI_READ_FILE_MAX_OUTPUT_LINES,
25 DEFAULT_READ_FILE_MAX_LINES,
26 );
27}
28
29// Track files that have been read in the current session
30export const readFilesSet = new Set<string>();

Callers 1

readFile.tsFile · 0.85

Calls 1

parseEnvNumberFunction · 0.85

Tested by

no test coverage detected