Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fontsource/fontsource
/ searchDocs
Function
searchDocs
website/app/utils/docs/source.server.ts:24–27 ·
view source on GitHub ↗
( query: string, limit: number, )
Source
from the content-addressed store, hash-verified
22
};
23
24
export
const
searchDocs = (
25
query: string,
26
limit: number,
27
): Promise<SortedResult[]> => docsSearch.search(query, { limit });
28
29
const
docsLLMs = llms(source);
30
Callers
1
loader
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected