MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _temp7

Function _temp7

src/commands/plugin/PluginSettings.tsx:606–614  ·  view source on GitHub ↗
(e_1)

Source from the content-addressed store, hash-verified

604 return s_1.scope;
605}
606function _temp7(e_1) {
607 if (isTransientError(e_1)) {
608 return false;
609 }
610 if (e_1.type === "marketplace-not-found" || e_1.type === "marketplace-load-failed" || e_1.type === "marketplace-blocked-by-policy") {
611 return false;
612 }
613 return getPluginNameFromError(e_1) === undefined;
614}
615function _temp6(e_0) {
616 if (isTransientError(e_0)) {
617 return false;

Callers

nothing calls this directly

Calls 2

isTransientErrorFunction · 0.85
getPluginNameFromErrorFunction · 0.85

Tested by

no test coverage detected