Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ getErrorsPath
Function
getErrorsPath
src/utils/errorLogSink.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
* Gets the path to the errors log file.
29
*/
30
export
function
getErrorsPath(): string {
31
return
join(CACHE_PATHS.errors(), DATE +
'.jsonl'
)
32
}
33
34
/**
35
* Gets the path to MCP logs
for
a server.
Callers
1
logErrorImpl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected