Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
cn(...classes: (string | undefined | null | false)[]) {
2
return
classes.filter(Boolean).join(
" "
);
3
}
Callers
15
Header
Function · 0.90
Sidebar
Function · 0.90
Timeline
Function · 0.90
CodeDiff
Function · 0.90
UnifiedView
Function · 0.90
cellClass
Function · 0.90
SplitView
Function · 0.90
DecisionCard
Function · 0.90
ArchDiagram
Function · 0.90
TaskCardView
Function · 0.90
AgentCard
Function · 0.90
AutonomousAgents
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected