MCPcopy Create free account
hub / github.com/chokcoco/iCSS / debugLog

Function debugLog

MCP/debug-local.js:21–25  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

19// 调试模式
20const DEBUG = true;
21const debugLog = (...args) => {
22 if (DEBUG) {
23 console.error(`[DEBUG ${new Date().toISOString()}]`, ...args);
24 }
25};
26
27class IcssDebugServer {
28 constructor() {

Callers 8

constructorMethod · 0.70
setupDatabaseMethod · 0.70
loadSearchIndexMethod · 0.70
waitForReadyMethod · 0.70
setupHandlersMethod · 0.70
searchCssTechniquesMethod · 0.70
runMethod · 0.70
cleanupMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected