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