MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / log

Method log

jlld.js:530–533  ·  view source on GitHub ↗
(...t)

Source from the content-addressed store, hash-verified

528 this.logs = this.logs.concat(logs);
529 }
530 log(...t) {
531 t.length > 0 && (this.logs = [...this.logs, ...t]),
532 console.log(t.join(this.logSeparator));
533 }
534 logErr(t, s) {
535 const e = !this.isSurge() && !this.isQuanX() && !this.isLoon();
536 e

Callers 11

mainMethod · 0.45
task_listMethod · 0.45
task_likeMethod · 0.45
task_shareMethod · 0.45
art_listMethod · 0.45
jlld.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