MCPcopy Index your code
hub / github.com/enowdev/enowX-Coder / cn

Function cn

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

Source from the content-addressed store, hash-verified

2import { twMerge } from "tailwind-merge";
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs));
6}
7
8export function generateId(): string {
9 return Math.random().toString(36).substring(2, 9);

Callers 15

RightSidebarFunction · 0.90
AppFooterFunction · 0.90
AppShellFunction · 0.90
ChatHeaderFunction · 0.90
ExcalidrawCanvasFunction · 0.90
OnboardingWizardFunction · 0.90
ChatPanelFunction · 0.90
ChatInputFunction · 0.90
TimelineEventFunction · 0.90
ChatInputBar.tsxFile · 0.90
ToolExecutionBlockFunction · 0.90
HtmlPreviewFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected