Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getInMemoryErrors
Function
getInMemoryErrors
src/utils/log.ts:202–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
export
function
getInMemoryErrors(): { error: string; timestamp: string }[] {
203
return
[...inMemoryErrorLog]
204
}
205
206
/**
207
* Loads the list of error logs
Callers
6
submitMessage
Method · 0.85
getSanitizedErrorLogs
Function · 0.85
run
Function · 0.85
getOauthProfile.test.ts
File · 0.85
bootstrap.test.ts
File · 0.85
firstTokenDate.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected