MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / done

Method done

wxapp/miaoyouHome.js:465–474  ·  view source on GitHub ↗
(t = {})

Source from the content-addressed store, hash-verified

463 return new Promise((s) => setTimeout(s, t));
464 }
465 done(t = {}) {
466 const s = new Date().getTime(),
467 e = (s - this.startTime) / 1e3;
468 this.log(
469 "",
470 `\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${e} \u79d2`
471 ),
472 this.log(),
473 (this.isSurge() || this.isQuanX() || this.isLoon()) && $done(t);
474 }
475 })(t, s);
476}

Callers 1

miaoyouHome.jsFile · 0.45

Calls 5

getTimeMethod · 0.80
logMethod · 0.45
isSurgeMethod · 0.45
isQuanXMethod · 0.45
isLoonMethod · 0.45

Tested by

no test coverage detected