MCPcopy
hub / github.com/chartdb/chartdb / cn

Function cn

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

Source from the content-addressed store, hash-verified

6const UUID_KEY = 'uuid';
7
8export function cn(...inputs: ClassValue[]) {
9 return twMerge(clsx(inputs));
10}
11
12// eslint-disable-next-line @typescript-eslint/no-explicit-any
13export const emptyFn = (): any => undefined;

Callers 15

empty-state.tsxFile · 0.90
ResizablePanelGroupFunction · 0.90
ResizableHandleFunction · 0.90
alert.tsxFile · 0.90
tooltip.tsxFile · 0.90
link.tsxFile · 0.90
dropdown-menu.tsxFile · 0.90
DropdownMenuShortcutFunction · 0.90
combobox.tsxFile · 0.90
breadcrumb.tsxFile · 0.90
BreadcrumbSeparatorFunction · 0.90
BreadcrumbEllipsisFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected