MCPcopy
hub / github.com/alpic-ai/skybridge / cn

Function cn

packages/devtools/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 injectWaitForOpenai(html: string) {
9 const doc = new DOMParser().parseFromString(html, "text/html");

Callers 15

CopyButtonFunction · 0.70
HoverPopoverFunction · 0.50
TunnelLinkButtonFunction · 0.50
DeployButtonFunction · 0.50
TunnelButtonFunction · 0.50
IdleContentFunction · 0.50
StartingContentFunction · 0.50
ToolbarButtonFunction · 0.50
ToolbarToggleFunction · 0.50
ToolPanelToolbarFunction · 0.50
ToolPanelHeaderFunction · 0.50
LogEntryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected