MCPcopy Create free account
hub / github.com/6dylan6/jdpro / done

Method done

function/sendNotify.js:2540–2546  ·  view source on GitHub ↗
(t = {})

Source from the content-addressed store, hash-verified

2538 return new Promise((s) => setTimeout(s, t));
2539 }
2540 done(t = {}) {
2541 const s = new Date().getTime(),
2542 e = (s - this.startTime) / 1e3;
2543 this.log('', `\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${e} \u79d2`),
2544 this.log(),
2545 (this.isSurge() || this.isQuanX() || this.isLoon()) && $done(t);
2546 }
2547 })(t, s);
2548}

Callers

nothing calls this directly

Calls 4

logMethod · 0.45
isSurgeMethod · 0.45
isQuanXMethod · 0.45
isLoonMethod · 0.45

Tested by

no test coverage detected