MCPcopy Create free account
hub / github.com/ceifa/wasmoon / tick

Function tick

test/utils.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14// Used to make the event loop cycle
15export const tick = () => {
16 return new Promise((resolve) => setImmediate(resolve))
17}

Callers 1

promises.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected