Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algolia/docsearch
/ toggleOpen
Function
toggleOpen
packages/docsearch-react/src/Menu.tsx:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
const { open, setOpen } = React.useContext(MenuContext);
42
43
function toggleOpen(): void {
44
if (disabled) return;
45
46
setOpen(!open);
47
}
48
49
return (
50
<button
Callers
1
MenuTrigger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected