Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ readTimeoutOption
Function
readTimeoutOption
src/commands/capture/wait.ts:133–135 ·
view source on GitHub ↗
(timeoutMs: number | null)
Source
from the content-addressed store, hash-verified
131
}
132
133
function
readTimeoutOption(timeoutMs: number | null): { timeoutMs?: number } {
134
return
timeoutMs === null ? {} : { timeoutMs };
135
}
Callers
1
readWaitOptionsFromPositionals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected