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

Method log

jd_redPacket.js:1820–1822  ·  view source on GitHub ↗
(...t)

Source from the content-addressed store, hash-verified

1818 }
1819
1820 log(...t) {
1821 t.length > 0 && (this.logs = [...this.logs, ...t]), console.log(t.join(this.logSeparator))
1822 }
1823
1824 logErr(t, e) {
1825 const s = !this.isSurge() && !this.isQuanX() && !this.isLoon();

Callers 6

TotalBeanFunction · 0.45
jsonParseFunction · 0.45
constructorMethod · 0.45
msgMethod · 0.45
logErrMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected