MCPcopy
hub / github.com/kite-org/kite / cn

Function cn

ui/src/lib/utils.ts:10–12  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

8import { NodeConditionType } from '@/types/k8s'
9
10export function cn(...inputs: ClassValue[]) {
11 return twMerge(clsx(inputs))
12}
13
14// Simple debounce function for string input handlers with cancel support
15export function debounce(fn: (value: string) => void, delay: number) {

Callers 15

ResourceTableToolbarFunction · 0.90
CompactEventsCardFunction · 0.90
ResourceTableViewFunction · 0.90
TextViewerFunction · 0.90
PodOverviewContainerRowFunction · 0.90
MiniSparklineFunction · 0.90
HelmChartIconFunction · 0.90
ClusterSelectorFunction · 0.90
NativeYamlFileTreeFunction · 0.90
NativeYamlTreeViewerFunction · 0.90
YamlDiffPanelFunction · 0.90
PodSummaryCardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected