MCPcopy
hub / github.com/Alanrk/LazyCat-Bookmark-Cleaner / debugLog

Function debugLog

background.js:9–13  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

7
8// 添加调试日志函数
9function debugLog(...args) {
10 if (DEBUG.enabled) {
11 console.log(...args);
12 }
13}
14
15function debugGroup(...args) {
16 if (DEBUG.enabled) {

Callers 6

checkUrlOnceFunction · 0.85
logRequestResultFunction · 0.85
errorListenerFunction · 0.85
redirectListenerFunction · 0.85
listenerFunction · 0.85
resolveResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected