MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getMaxTimeoutMs

Function getMaxTimeoutMs

src/tools/BashTool/prompt.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31export function getMaxTimeoutMs(): number {
32 return getMaxBashTimeoutMs()
33}
34
35function getBackgroundUsageNote(): string | null {
36 if (isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_BACKGROUND_TASKS)) {

Callers 2

getSimplePromptFunction · 0.70
BashTool.tsxFile · 0.70

Calls 1

getMaxBashTimeoutMsFunction · 0.85

Tested by

no test coverage detected