MCPcopy
hub / github.com/claude-code-best/claude-code / getInMemoryErrors

Function getInMemoryErrors

src/utils/log.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200export function getInMemoryErrors(): { error: string; timestamp: string }[] {
201 return [...inMemoryErrorLog]
202}
203
204/**
205 * Loads the list of error logs

Callers 3

submitMessageMethod · 0.85
getSanitizedErrorLogsFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected