MCPcopy
hub / github.com/github/docs / showProduct

Function showProduct

components/homepage/ProductSelectionCard.tsx:32–34  ·  view source on GitHub ↗
(product: ProductT)

Source from the content-addressed store, hash-verified

30 }
31
32 function showProduct(product: ProductT) {
33 return isFPT || product.versions?.includes(currentVersion) || product.external
34 }
35
36 function icon(group: ProductGroupT) {
37 if (group.icon) {

Callers 1

ProductSelectionCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected