MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / logQueryProfileReport

Function logQueryProfileReport

source code/utils/queryProfiler.ts:300–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 * Log the query profile report to debug output
299 */
300export function logQueryProfileReport(): void {
301 if (!ENABLED) return
302 logForDebugging(getQueryProfileReport())
303}

Callers 2

REPLFunction · 0.85
drainCommandQueueFunction · 0.85

Calls 2

logForDebuggingFunction · 0.85
getQueryProfileReportFunction · 0.85

Tested by

no test coverage detected