MCPcopy 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
133function readTimeoutOption(timeoutMs: number | null): { timeoutMs?: number } {
134 return timeoutMs === null ? {} : { timeoutMs };
135}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected