MCPcopy Create free account
hub / github.com/anomalyco/models.dev / countLinkedProviderEntries

Function countLinkedProviderEntries

packages/web/src/render.tsx:1592–1596  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1590}
1591
1592function countLinkedProviderEntries() {
1593 return ProviderModelEntries.filter(
1594 (entry) => entry.canonicalModelId !== undefined,
1595 ).length;
1596}
1597
1598function loadLabMetadata(root: string) {
1599 const result = new Map<string, { description?: string }>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected