MCPcopy 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
202export function getInMemoryErrors(): { error: string; timestamp: string }[] {
203 return [...inMemoryErrorLog]
204}
205
206/**
207 * Loads the list of error logs

Callers 6

submitMessageMethod · 0.85
getSanitizedErrorLogsFunction · 0.85
runFunction · 0.85
bootstrap.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected