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

Function debugLog

hqcsh.js:333–337  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

331}
332//==============================================Debug模式===============================================
333function debugLog(...args) {
334 if (debug) {
335 console.log(...args);
336 }
337}
338//===============================================获取远程通知========================================
339async function getNotice() {
340 try {

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected