MCPcopy 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
22export function getMaxTimeoutMs(): number {
23 return getMaxBashTimeoutMs()
24}
25
26function getBackgroundUsageNote(): string | null {
27 if (isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_BACKGROUND_TASKS)) {

Callers 3

getPromptFunction · 0.70
PowerShellTool.tsxFile · 0.70
runPowerShellCommandFunction · 0.70

Calls 1

getMaxBashTimeoutMsFunction · 0.85

Tested by

no test coverage detected