MCPcopy Index your code
hub / github.com/NobyDa/Script / JDUserSignPre

Function JDUserSignPre

JD-DailyBonus/JD_DailyBonus.js:633–640  ·  view source on GitHub ↗
(s, key, title, ac)

Source from the content-addressed store, hash-verified

631}
632
633function JDUserSignPre(s, key, title, ac) {
634 merge[key] = {};
635 if ($nobyda.isJSBox) {
636 return JDUserSignPre2(s, key, title, ac);
637 } else {
638 return JDUserSignPre1(s, key, title, ac);
639 }
640}
641
642function JDUserSignPre1(s, key, title, acData, ask) {
643 return new Promise((resolve, reject) => {

Callers 1

allFunction · 0.85

Calls 2

JDUserSignPre2Function · 0.85
JDUserSignPre1Function · 0.85

Tested by

no test coverage detected