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

Function getBashMaxChars

extensions/cli/src/tools/runTerminalCommand.ts:51–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51function getBashMaxChars(): number {
52 return parseEnvNumber(
53 process.env.CONTINUE_CLI_BASH_MAX_OUTPUT_CHARS,
54 DEFAULT_BASH_MAX_CHARS,
55 );
56}
57
58function getBashMaxLines(): number {
59 return parseEnvNumber(

Callers 1

Calls 1

parseEnvNumberFunction · 0.85

Tested by

no test coverage detected