Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ cn
Function
cn
site/src/utils/cn.ts:4–6 ·
view source on GitHub ↗
(...inputs: ClassValue[])
Source
from the content-addressed store, hash-verified
2
import
{ twMerge } from
"tailwind-merge"
;
3
4
export
function
cn(...inputs: ClassValue[]) {
5
return
twMerge(clsx(inputs));
6
}
Callers
15
UserGroupsCell
Function · 0.90
UnreadBadge
Function · 0.90
InboxPopover
Function · 0.90
InboxButton
Function · 0.90
AgentWarningTooltip
Function · 0.90
ReadyLifecycle
Function · 0.90
StartingLifecycle
Function · 0.90
ShuttingDownLifecycle
Function · 0.90
OffLifecycle
Function · 0.90
DisconnectedStatus
Function · 0.90
ConnectingStatus
Function · 0.90
AgentRowPreview
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected