MCPcopy Create free account
hub / github.com/fontsource/fontsource / getStats

Function getStats

website/app/utils/metadata.server.ts:24–25  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

22 await fetchApiData<AxisRegistryAll>(AXIS_REGISTRY_URL);
23
24const getStats = async (id: string): Promise<StatsResponseAll> =>
25 await fetchApiData<StatsResponseAll>(STATS_URL(id));
26
27export { getAxisRegistry, getMetadata, getStats, getVariable };

Callers 3

loaderFunction · 0.90
loaderFunction · 0.90
loaderFunction · 0.90

Calls 1

STATS_URLFunction · 0.85

Tested by

no test coverage detected