MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp6

Function _temp6

src/screens/Doctor.tsx:553–556  ·  view source on GitHub ↗
(diag)

Source from the content-addressed store, hash-verified

551 return error.mcpErrorMetadata === undefined;
552}
553function _temp6(diag) {
554 const fetchDistTags = diag.installationType === "native" ? getGcsDistTags : getNpmDistTags;
555 return fetchDistTags().catch(_temp5);
556}
557function _temp5() {
558 return {
559 latest: null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected