MCPcopy
hub / github.com/shareAI-lab/learn-claude-code / cn

Function cn

web/src/lib/utils.ts:1–3  ·  view source on GitHub ↗
(...classes: (string | undefined | null | false)[])

Source from the content-addressed store, hash-verified

1export function cn(...classes: (string | undefined | null | false)[]) {
2 return classes.filter(Boolean).join(" ");
3}

Callers 15

HeaderFunction · 0.90
SidebarFunction · 0.90
TimelineFunction · 0.90
CodeDiffFunction · 0.90
UnifiedViewFunction · 0.90
cellClassFunction · 0.90
SplitViewFunction · 0.90
DecisionCardFunction · 0.90
ArchDiagramFunction · 0.90
TaskCardViewFunction · 0.90
AgentCardFunction · 0.90
AutonomousAgentsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected