Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/winfunc/opcode
/ handleSelect
Function
handleSelect
src/components/IconPicker.tsx:361–365 ·
view source on GitHub ↗
(iconName: string)
Source
from the content-addressed store, hash-verified
359
}, []);
360
361
const handleSelect = (iconName: string) => {
362
onSelect(iconName);
363
onClose();
364
setSearchQuery(
""
);
365
};
366
367
return (
368
<Dialog open={isOpen} onOpenChange={onClose}>
Callers
1
IconPicker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected