Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TotalBean
Function · 0.45
jsonParse
Function · 0.45
constructor
Method · 0.45
msg
Method · 0.45
logErr
Method · 0.45
done
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected