MCPcopy Create free account
hub / github.com/GlobalTechInfo/MEGA-MD / delay

Function delay

plugins/hack.js:44–44  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

42 * Helper function: delay for a number of milliseconds
43 */
44const delay = (ms) => new Promise(resolve => setTimeout(resolve, ms));
45/**
46 * Display progress bar in chat
47 */

Callers 6

handlerFunction · 0.70
displayProgressBarFunction · 0.70
initializeSessionFunction · 0.50
startQasimDevFunction · 0.50
doPairingFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected