MCPcopy Index your code
hub / github.com/fontsource/fontsource / getSerializedPageTree

Function getSerializedPageTree

website/app/utils/docs/source.server.ts:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15let docsLLMsIndex: string | undefined;
16
17export const getSerializedPageTree = () => {
18 if (!cacheDocsData) return source.serializePageTree(source.pageTree);
19
20 serializedPageTree ??= source.serializePageTree(source.pageTree);
21 return serializedPageTree;
22};
23
24export const searchDocs = (
25 query: string,

Callers 1

loaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected