Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ errorKey
Function
errorKey
src/utils/plugins/refresh.ts:219–223 ·
view source on GitHub ↗
(e: PluginError)
Source
from the content-addressed store, hash-verified
217
}
218
219
function
errorKey(e: PluginError): string {
220
return
e.
type
===
'generic-error'
221
? `generic-error:${e.source}:${e.error}`
222
: `${e.
type
}:${e.source}`
223
}
Callers
1
mergePluginErrors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected