(e_1)
| 604 | return s_1.scope; |
| 605 | } |
| 606 | function _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 | } |
| 615 | function _temp6(e_0) { |
| 616 | if (isTransientError(e_0)) { |
| 617 | return false; |
nothing calls this directly
no test coverage detected