Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getMaxTimeoutMs
Function
getMaxTimeoutMs
src/tools/PowerShellTool/prompt.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
getMaxTimeoutMs(): number {
23
return
getMaxBashTimeoutMs()
24
}
25
26
function
getBackgroundUsageNote(): string | null {
27
if
(isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_BACKGROUND_TASKS)) {
Callers
3
getPrompt
Function · 0.70
PowerShellTool.tsx
File · 0.70
runPowerShellCommand
Function · 0.70
Calls
1
getMaxBashTimeoutMs
Function · 0.85
Tested by
no test coverage detected