MCPcopy
hub / github.com/AndyMik90/Aperant / cn

Function cn

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

Source from the content-addressed store, hash-verified

5 * Utility function to merge Tailwind CSS classes
6 */
7export function cn(...inputs: ClassValue[]) {
8 return twMerge(clsx(inputs));
9}
10
11/**
12 * Calculate progress percentage from subtasks

Callers 15

GlobalDownloadIndicatorFunction · 0.90
renderChooseStepFunction · 0.90
SessionItemFunction · 0.90
EnvConfigModalFunction · 0.90
MessageBubbleFunction · 0.90
ToolUsageHistoryFunction · 0.90
ToolIndicatorFunction · 0.90
TaskCreationWizardFunction · 0.90
ImageUploadFunction · 0.90
KanbanBoard.tsxFile · 0.90
KanbanBoardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected