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

Function JDUserSignPre

JD_DailyBonus.js:625–632  ·  view source on GitHub ↗
(s, key, title, ac)

Source from the content-addressed store, hash-verified

623}
624
625function JDUserSignPre(s, key, title, ac) {
626 merge[key] = {};
627 if ($nobyda.isJSBox) {
628 return JDUserSignPre2(s, key, title, ac);
629 } else {
630 return JDUserSignPre1(s, key, title, ac);
631 }
632}
633
634function JDUserSignPre1(s, key, title, acData, ask) {
635 return new Promise((resolve, reject) => {

Callers 1

allFunction · 0.85

Calls 2

JDUserSignPre2Function · 0.85
JDUserSignPre1Function · 0.85

Tested by

no test coverage detected