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

Function getFetchMaxChars

extensions/cli/src/tools/fetch.ts:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13const DEFAULT_FETCH_MAX_CHARS = 20000;
14
15function getFetchMaxChars(): number {
16 return parseEnvNumber(
17 process.env.CONTINUE_CLI_FETCH_MAX_OUTPUT_LENGTH,
18 DEFAULT_FETCH_MAX_CHARS,
19 );
20}
21
22export const fetchTool: Tool = {
23 name: "Fetch",

Callers 1

fetch.tsFile · 0.85

Calls 1

parseEnvNumberFunction · 0.85

Tested by

no test coverage detected