MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / debugLog

Method debugLog

server/modules/runtimeCache.js:386–389  ·  view source on GitHub ↗
(event, payload = {})

Source from the content-addressed store, hash-verified

384 }
385
386 debugLog(event, payload = {}) {
387 if (!this.debugEnabled) return;
388 console.log(`[runtime-cache][${event}]`, payload); // oxlint-disable-line no-console
389 }
390
391 backendInfo() {
392 return {

Callers 6

constructorMethod · 0.95
getCacheEntryMethod · 0.95
setCacheEntryMethod · 0.95
runRequestMethod · 0.80
updateChartDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected