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

Function getDocsLLMsIndex

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

Source from the content-addressed store, hash-verified

29const docsLLMs = llms(source);
30
31export const getDocsLLMsIndex = () => {
32 if (!cacheDocsData) return docsLLMs.index();
33
34 docsLLMsIndex ??= docsLLMs.index();
35 return docsLLMsIndex;
36};

Callers 1

loaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected