Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fontsource/fontsource
/ handleSearchQuery
Function
handleSearchQuery
website/app/components/Dropdown.tsx:67–72 ·
view source on GitHub ↗
(query: string)
Source
from the content-addressed store, hash-verified
65
};
66
67
const handleSearchQuery = (query: string) => {
68
if (search) {
69
search(query);
70
setSearchQuery(query);
71
}
72
};
73
74
return (
75
<Combobox
Callers
1
DropdownBase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected