MCPcopy
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

12const SHOW_LOGS = false;
13
14function wait(time) {
15 return new Promise((res) => setTimeout(res, time));
16}
17
18const tests =
19[

Callers 1

fetch_network.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected