(diag)
| 551 | return error.mcpErrorMetadata === undefined; |
| 552 | } |
| 553 | function _temp6(diag) { |
| 554 | const fetchDistTags = diag.installationType === "native" ? getGcsDistTags : getNpmDistTags; |
| 555 | return fetchDistTags().catch(_temp5); |
| 556 | } |
| 557 | function _temp5() { |
| 558 | return { |
| 559 | latest: null, |
nothing calls this directly
no outgoing calls
no test coverage detected