MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / delay

Function delay

scripts/dev-server.cjs:63–67  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

61}
62
63function delay(ms) {
64 return new Promise((resolve) => {
65 setTimeout(resolve, ms);
66 });
67}
68
69function requestRuntime(host, port, requestPath, method = 'GET') {
70 return new Promise((resolve, reject) => {

Callers 1

runPublicSmokeCheckFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected