MCPcopy
hub / github.com/Dokploy/dokploy / cn

Function cn

apps/dokploy/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 async function generateSHA256Hash(text: string) {
9 const encoder = new TextEncoder();

Callers 15

OnboardingLayoutFunction · 0.90
SidebarLogoFunction · 0.90
PageFunction · 0.90
CodeEditorFunction · 0.90
TagFilterFunction · 0.90
TagBadgeFunction · 0.90
TagSelectorFunction · 0.90
StatusTooltipFunction · 0.90
DateTooltipFunction · 0.90
AlertBlockFunction · 0.90
LogoFunction · 0.90
dialog.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected