Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
const
docsLLMs = llms(source);
30
31
export
const
getDocsLLMsIndex = () => {
32
if
(!cacheDocsData)
return
docsLLMs.index();
33
34
docsLLMsIndex ??= docsLLMs.index();
35
return
docsLLMsIndex;
36
};
Callers
1
loader
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected