MCPcopy
hub / github.com/anomalyco/models.dev / displayModelName

Function displayModelName

packages/web/src/render.tsx:1576–1578  ·  view source on GitHub ↗
(entry: ProviderModelEntry)

Source from the content-addressed store, hash-verified

1574}
1575
1576function displayModelName(entry: ProviderModelEntry) {
1577 return entry.canonical?.metadata.name ?? entry.model.name;
1578}
1579
1580function maxModelDate(
1581 entries: ProviderModelEntry[],

Callers 3

buildSearchItemsFunction · 0.85
ProviderModelsTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected