MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / loadErrorLogs

Function loadErrorLogs

restored-src/src/utils/log.ts:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 * @returns List of error logs sorted by date
208 */
209export function loadErrorLogs(): Promise<LogOption[]> {
210 return loadLogList(CACHE_PATHS.errors())
211}
212
213/**
214 * Gets an error log by its index

Callers 1

getErrorLogByIndexFunction · 0.85

Calls 2

loadLogListFunction · 0.85
errorsMethod · 0.80

Tested by

no test coverage detected