MCPcopy Create free account
hub / github.com/Semporia/Scripts / wait

Method wait

jd_try.js:1059–1061  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

1057 }
1058
1059 wait(time) {
1060 return new Promise((resolve) => setTimeout(resolve, time))
1061 }
1062
1063 done(val = {}) {
1064 const endTime = new Date().getTime()

Callers 1

tryGoodListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected