MCPcopy
hub / github.com/codeaashu/claude-code / getDefaultTimeoutMs

Function getDefaultTimeoutMs

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

Source from the content-addressed store, hash-verified

25import { BASH_TOOL_NAME } from './toolName.js'
26
27export function getDefaultTimeoutMs(): number {
28 return getDefaultBashTimeoutMs()
29}
30
31export function getMaxTimeoutMs(): number {
32 return getMaxBashTimeoutMs()

Callers 2

getSimplePromptFunction · 0.70
runShellCommandFunction · 0.70

Calls 1

getDefaultBashTimeoutMsFunction · 0.85

Tested by

no test coverage detected