MCPcopy
hub / github.com/codeaashu/claude-code / cn

Function cn

web/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 formatDate(timestamp: number): string {
9 const date = new Date(timestamp);

Callers 15

FileBreadcrumbFunction · 0.90
SearchBarFunction · 0.90
ImageViewerFunction · 0.90
FileInfoBarFunction · 0.90
UnifiedDiffFunction · 0.90
SideBySideDiffFunction · 0.90
DiffViewFunction · 0.90
StatusBadgeFunction · 0.90
ToolGrepFunction · 0.90
ToolUseBlockFunction · 0.90
ToolBashFunction · 0.90
ToastFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected