MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / delay

Function delay

SurgeModuleTool_macOS.js:206–208  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

204}
205
206function delay(ms) {
207 return new Promise(resolve => setTimeout(resolve, ms))
208}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected