Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
200
export
function
getInMemoryErrors(): { error: string; timestamp: string }[] {
201
return
[...inMemoryErrorLog]
202
}
203
204
/**
205
* Loads the list of error logs
Callers
3
submitMessage
Method · 0.85
getSanitizedErrorLogs
Function · 0.85
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected