MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / log

Method log

tools/env.js:156–159  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

154 }
155
156 log(content) {
157 this.notifyStr.push(`[${this.time("HH:mm:ss")}]` + " " + this.toStr(content))
158 console.log(content)
159 }
160
161 wait(min, max = null) {
162 const ms = max == null ? min : Math.random() * (max - min + 1) + min | 0;

Callers 15

gotifyNotifyFunction · 0.45
gobotNotifyFunction · 0.45
serverNotifyFunction · 0.45
pushDeerNotifyFunction · 0.45
chatNotifyFunction · 0.45
barkNotifyFunction · 0.45
tgBotNotifyFunction · 0.45
ddBotNotifyFunction · 0.45
qywxBotNotifyFunction · 0.45
do_qywxamNotifyFunction · 0.45
iGotNotifyFunction · 0.45
pushPlusNotifyFunction · 0.45

Calls 2

timeMethod · 0.45
toStrMethod · 0.45

Tested by

no test coverage detected