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

Function _temp6

src/commands/plugin/PluginSettings.tsx:615–623  ·  view source on GitHub ↗
(e_0)

Source from the content-addressed store, hash-verified

613 return getPluginNameFromError(e_1) === undefined;
614}
615function _temp6(e_0) {
616 if (isTransientError(e_0)) {
617 return false;
618 }
619 if (e_0.type === "marketplace-not-found" || e_0.type === "marketplace-load-failed" || e_0.type === "marketplace-blocked-by-policy") {
620 return false;
621 }
622 return getPluginNameFromError(e_0) !== undefined;
623}
624function _temp5(m_0) {
625 return m_0.name;
626}

Callers

nothing calls this directly

Calls 2

isTransientErrorFunction · 0.85
getPluginNameFromErrorFunction · 0.85

Tested by

no test coverage detected