MCPcopy Create free account
hub / github.com/CodebuffAI/codebuff / handleSectionToggle

Function handleSectionToggle

web/src/app/orgs/[slug]/page.tsx:127–131  ·  view source on GitHub ↗
(
    section: 'members' | 'repositories' | 'creditBalance',
  )

Source from the content-addressed store, hash-verified

125 */
126
127 const handleSectionToggle = (
128 section: 'members' | 'repositories' | 'creditBalance',
129 ) => {
130 setActiveSection(activeSection === section ? null : section)
131 }
132
133 if (status === 'loading' || isLoading) {
134 return (

Callers 1

OrganizationPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected