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

Method log

jd_try.js:1043–1048  ·  view source on GitHub ↗
(...logs)

Source from the content-addressed store, hash-verified

1041 }
1042
1043 log(...logs) {
1044 if (logs.length > 0) {
1045 this.logs = [...this.logs, ...logs]
1046 }
1047 console.log(logs.join(this.logSeparator))
1048 }
1049
1050 logErr(err, msg) {
1051 const isPrintSack = !this.isSurge() && !this.isQuanX() && !this.isLoon()

Callers 15

jd_try.jsFile · 0.45
requireConfigFunction · 0.45
getGoodListByCondFunction · 0.45
getGoodListFunction · 0.45
filterGoodListFunction · 0.45
optFunction · 0.45
canTryFunction · 0.45
isFollowedFunction · 0.45
followShopFunction · 0.45
tryGoodListFunction · 0.45
doTryFunction · 0.45
getSuccessListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected