Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/models.dev
/ addPage
Function
addPage
packages/web/src/render.tsx:416–418 ·
view source on GitHub ↗
(route: string, page: RenderedPage)
Source
from the content-addressed store, hash-verified
414
);
415
416
const addPage = (route: string, page: RenderedPage) => {
417
pages.set(normalizeRoute(route), page);
418
};
419
420
const home = renderPage(
421
"models"
,
Callers
1
buildPages
Function · 0.85
Calls
1
normalizeRoute
Function · 0.85
Tested by
no test coverage detected