MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / timeoutSignal

Function timeoutSignal

test/test-e2e.ts:365–367  ·  view source on GitHub ↗
(timeoutMs = REQUEST_TIMEOUT_MS)

Source from the content-addressed store, hash-verified

363}
364
365function timeoutSignal(timeoutMs = REQUEST_TIMEOUT_MS): AbortSignal {
366 return AbortSignal.timeout(timeoutMs);
367}
368
369async function fetchWithTimeout(
370 url: string,

Callers 1

fetchWithTimeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected