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

Function getDefaultTimeoutMs

src/tools/PowerShellTool/prompt.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16import { POWERSHELL_TOOL_NAME } from './toolName.js'
17
18export function getDefaultTimeoutMs(): number {
19 return getDefaultBashTimeoutMs()
20}
21
22export function getMaxTimeoutMs(): number {
23 return getMaxBashTimeoutMs()

Callers 2

getPromptFunction · 0.70
runPowerShellCommandFunction · 0.70

Calls 1

getDefaultBashTimeoutMsFunction · 0.85

Tested by

no test coverage detected