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

Method log

wxapp/miaoyouHome.js:452–455  ·  view source on GitHub ↗
(...t)

Source from the content-addressed store, hash-verified

450 this.logs = this.logs.concat(logs);
451 }
452 log(...t) {
453 t.length > 0 && (this.logs = [...this.logs, ...t]),
454 console.log(t.join(this.logSeparator));
455 }
456 logErr(t, s) {
457 const e = !this.isSurge() && !this.isQuanX() && !this.isLoon();
458 e

Callers 8

taskMethod · 0.45
userInfoMethod · 0.45
miaoyouHome.jsFile · 0.45
checkEnvFunction · 0.45
constructorMethod · 0.45
msgMethod · 0.45
logErrMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected