MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / sleep

Function sleep

main.js:2166–2168  ·  view source on GitHub ↗
(milliseconds)

Source from the content-addressed store, hash-verified

2164}
2165
2166function sleep (milliseconds) {
2167 return new Promise(resolve => setTimeout(resolve, milliseconds))
2168}
2169
2170function toDisplayDate (seconds) {
2171 return new Date(seconds * 1000).toLocaleString('en-GB', {

Callers 3

attemptActionFunction · 0.85
uploadToGithubFunction · 0.85
processPrivateCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected