MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / getErrorsPath

Function getErrorsPath

restored-src/src/utils/errorLogSink.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 * Gets the path to the errors log file.
28 */
29export function getErrorsPath(): string {
30 return join(CACHE_PATHS.errors(), DATE + '.jsonl')
31}
32
33/**
34 * Gets the path to MCP logs for a server.

Callers 1

logErrorImplFunction · 0.85

Calls 1

errorsMethod · 0.80

Tested by

no test coverage detected