(prev)
| 1052 | return t27; |
| 1053 | } |
| 1054 | function _temp1(prev) { |
| 1055 | return prev.plugins.needsRefresh ? prev : { |
| 1056 | ...prev, |
| 1057 | plugins: { |
| 1058 | ...prev.plugins, |
| 1059 | needsRefresh: true |
| 1060 | } |
| 1061 | }; |
| 1062 | } |
| 1063 | function _temp0(s) { |
| 1064 | let count = s.plugins.errors.length; |
| 1065 | for (const m of s.plugins.installationStatus.marketplaces) { |
nothing calls this directly
no outgoing calls
no test coverage detected