(e_0)
| 613 | return getPluginNameFromError(e_1) === undefined; |
| 614 | } |
| 615 | function _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 | } |
| 624 | function _temp5(m_0) { |
| 625 | return m_0.name; |
| 626 | } |
nothing calls this directly
no test coverage detected