MCPcopy Create free account
hub / github.com/Nutlope/llamacoder / cn

Function cn

lib/utils.ts:272–274  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

270}
271
272export function cn(...inputs: ClassValue[]) {
273 return twMerge(clsx(inputs));
274}
275
276export function toTitleCase(rawName: string): string {
277 // Split on one or more hyphens or underscores

Callers 6

drawer.tsxFile · 0.90
DrawerHeaderFunction · 0.90
DrawerFooterFunction · 0.90
switch.tsxFile · 0.90
toast.tsxFile · 0.90
select.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected