Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
365
function
timeoutSignal(timeoutMs = REQUEST_TIMEOUT_MS): AbortSignal {
366
return
AbortSignal.timeout(timeoutMs);
367
}
368
369
async
function
fetchWithTimeout(
370
url: string,
Callers
1
fetchWithTimeout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected