Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fontsource/fontsource
/ warmSearchDialog
Function
warmSearchDialog
website/app/components/docs/CommandBar.tsx:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
const [searchOpen, setSearchOpen] = useState(false);
25
26
const warmSearchDialog = () => {
27
void loadSearchDialog();
28
};
29
30
const openSearchDialog = () => {
31
warmSearchDialog();
Callers
1
openSearchDialog
Function · 0.85
Calls
1
loadSearchDialog
Function · 0.85
Tested by
no test coverage detected