Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
300
export
function
logQueryProfileReport(): void {
301
if
(!ENABLED)
return
302
logForDebugging(getQueryProfileReport())
303
}
Callers
2
REPL
Function · 0.85
drainCommandQueue
Function · 0.85
Calls
2
logForDebugging
Function · 0.85
getQueryProfileReport
Function · 0.85
Tested by
no test coverage detected