Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fontsource/fontsource
/ handleValueSelect
Function
handleValueSelect
website/app/components/Dropdown.tsx:63–65 ·
view source on GitHub ↗
(val: string)
Source
from the content-addressed store, hash-verified
61
});
62
63
const handleValueSelect = (val: string) => {
64
if (refine) refine(val);
65
};
66
67
const handleSearchQuery = (query: string) => {
68
if (search) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected