Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
209
export
function
loadErrorLogs(): Promise<LogOption[]> {
210
return
loadLogList(CACHE_PATHS.errors())
211
}
212
213
/**
214
* Gets an error log by its index
Callers
1
getErrorLogByIndex
Function · 0.85
Calls
2
loadLogList
Function · 0.85
errors
Method · 0.80
Tested by
no test coverage detected