MCPcopy
hub / github.com/xintaofei/codeg / cn

Function cn

src/lib/utils.ts:5–7  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

3import { twMerge } from "tailwind-merge"
4
5export function cn(...inputs: ClassValue[]) {
6 return twMerge(clsx(inputs))
7}
8
9/**
10 * Close a tab when it is middle-clicked, matching the browser/editor

Callers 15

AgentIconFunction · 0.90
WindowControlsFunction · 0.90
CommandReorderItemFunction · 0.90
renderDropdownTreeFunction · 0.90
BranchDropdownFunction · 0.90
AppTitleBarFunction · 0.90
StatusBarConnectionFunction · 0.90
CommitWorkspaceFunction · 0.90
renderNodeFunction · 0.90
StashCardFunction · 0.90
sidebar.tsxFile · 0.90
SidebarNavButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected