MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / delay

Function delay

tools/xsbug/esptool.js:822–824  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

820Object.freeze(EspTool.prototype);
821
822async function delay(ms) {
823 await new Promise(resolve => setTimeout(resolve, ms));
824}
825
826function tracePacket(prefix, bytes) {
827 return;

Callers 15

resetMethod · 0.85
restartMethod · 0.85
beginProgrammingMethod · 0.85
strategies.any.jsFile · 0.85
general.any.jsFile · 0.85
transformFunction · 0.85
errors.any.jsFile · 0.85
flush.any.jsFile · 0.85
flushFunction · 0.85
terminate.any.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected