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

Method log

jd_api_test.js:367–369  ·  view source on GitHub ↗
(...t)

Source from the content-addressed store, hash-verified

365 }
366
367 log(...t) {
368 t.length > 0 && (this.logs = [...this.logs, ...t]), console.log(t.join(this.logSeparator))
369 }
370
371 logErr(t, e) {
372 const s = !this.isSurge() && !this.isQuanX() && !this.isLoon();

Callers 7

jd_api_test.jsFile · 0.45
getRandomCodeFunction · 0.45
versionFunction · 0.45
constructorMethod · 0.45
msgMethod · 0.45
logErrMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected