MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / onSelect

Function onSelect

webview-ui/src/components/settings/SettingsView.tsx:707–707  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

705 {sections.map(({ id, icon: Icon }) => {
706 const isSelected = id === activeTab
707 const onSelect = () => handleTabChange(id)
708
709 // Base TabTrigger component definition
710 // We pass isSelected manually for styling, but onSelect is handled conditionally

Callers 4

ModelPickerFunction · 0.70
ContextMenuFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected