Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
// 添加调试日志函数
9
function
debugLog(...args) {
10
if
(DEBUG.enabled) {
11
console.log(...args);
12
}
13
}
14
15
function
debugGroup(...args) {
16
if
(DEBUG.enabled) {
Callers
6
checkUrlOnce
Function · 0.85
logRequestResult
Function · 0.85
errorListener
Function · 0.85
redirectListener
Function · 0.85
listener
Function · 0.85
resolveResult
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected