MCPcopy Create free account
hub / github.com/6dylan6/jdpro / log

Method log

function/magic.js:401–405  ·  view source on GitHub ↗
(...msg)

Source from the content-addressed store, hash-verified

399 }
400
401 log(...msg) {
402 this.s ? console.log(...msg) : console.log(
403 `${this.now()} ${this.accounts[this.username] || this.username}`,
404 ...msg)
405 }
406
407 //并
408 union(a, b) {

Callers 15

runMethod · 0.95
delBlackCKMethod · 0.95
putMsgMethod · 0.95
unfollowMethod · 0.95
sendMessageMethod · 0.95
__asMethod · 0.45
logicMethod · 0.45
countdownMethod · 0.45
readFileSyncMethod · 0.45
handlerMethod · 0.45
signMethod · 0.45
jdcookie.jsFile · 0.45

Calls 1

nowMethod · 0.95

Tested by

no test coverage detected