Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ getDiagnosticLogFile
Function
getDiagnosticLogFile
src/utils/diagLogs.ts:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
function
getDiagnosticLogFile(): string | undefined {
60
return
process.env.CLAUDE_CODE_DIAGNOSTICS_FILE
61
}
62
63
/**
64
* Wraps an
async
function
with diagnostic timing logs.
Callers
1
logForDiagnosticsNoPII
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected