Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
function
delay(ms) {
207
return
new
Promise(resolve => setTimeout(resolve, ms))
208
}
Callers
1
SurgeModuleTool_macOS.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected