Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getInMemoryErrors
Function
getInMemoryErrors
src/utils/log.ts:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
export
function
getInMemoryErrors(): { error: string; timestamp: string }[] {
202
return
[...inMemoryErrorLog]
203
}
204
205
/**
206
* 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