Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ThatGuySam/doesitarm
/ sleep
Function
sleep
helpers/http.js:1–3 ·
view source on GitHub ↗
( delayMs )
Source
from the content-addressed store, hash-verified
1
function
sleep ( delayMs ) {
2
return
new
Promise( resolve => setTimeout( resolve, delayMs ) )
3
}
4
5
function
normalizeUrl ( url ) {
6
if
( url instanceof URL ) {
Callers
1
request
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected