MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / delay

Function delay

src/test/tester.js:35–37  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

33const suiteElementsMap = new Map();
34
35function delay(ms) {
36 return new Promise((resolve) => setTimeout(resolve, ms));
37}
38
39// Update the entire dashboard and components
40function updateUI() {

Callers 1

tester.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected