Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ errorKey
Function
errorKey
src/utils/plugins/refresh.ts:211–215 ·
view source on GitHub ↗
(e: PluginError)
Source
from the content-addressed store, hash-verified
209
}
210
211
function
errorKey(e: PluginError): string {
212
return
e.
type
===
'generic-error'
213
? `generic-error:${e.source}:${e.error}`
214
: `${e.
type
}:${e.source}`
215
}
216
Callers
1
mergePluginErrors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected