Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/copy/v86
/ wait
Function
wait
tests/devices/fetch_network.js:14–16 ·
view source on GitHub ↗
(time)
Source
from the content-addressed store, hash-verified
12
const
SHOW_LOGS = false;
13
14
function
wait(time) {
15
return
new
Promise((res) => setTimeout(res, time));
16
}
17
18
const
tests =
19
[
Callers
1
fetch_network.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected