Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ handleClear
Function
handleClear
packages/web/src/components/ui/multi-select.tsx:168–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
};
167
168
const handleClear = () => {
169
setSelectedValues([]);
170
onValueChange([]);
171
};
172
173
const handleTogglePopover = () => {
174
setIsPopoverOpen((prev) => !prev);
Callers
2
toggleAll
Function · 0.70
multi-select.tsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected