MCPcopy Index your code
hub / github.com/anomalyco/models.dev / labHref

Function labHref

packages/web/src/render.tsx:1658–1660  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

1656}
1657
1658function labHref(id: string) {
1659 return `/labs/${encodeURIComponent(id)}`;
1660}
1661
1662function logoHref(providerId: string) {
1663 return `/logos/${encodeURIComponent(providerId)}.svg`;

Callers 4

buildSearchItemsFunction · 0.85
buildPagesFunction · 0.85
ModelPageFunction · 0.85
LabLinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected