Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
export
function
getMaxTimeoutMs(): number {
32
return
getMaxBashTimeoutMs()
33
}
34
35
function
getBackgroundUsageNote(): string | null {
36
if
(isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_BACKGROUND_TASKS)) {
Callers
2
getSimplePrompt
Function · 0.70
BashTool.tsx
File · 0.70
Calls
1
getMaxBashTimeoutMs
Function · 0.85
Tested by
no test coverage detected