MCPcopy
hub / github.com/OpenHands/OpenHands / cn

Function cn

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

Source from the content-addressed store, hash-verified

10import { I18nKey } from "#/i18n/declaration";
11
12export function cn(...inputs: ClassValue[]) {
13 return twMerge(clsx(inputs));
14}
15
16/**
17 * Trigger a download for a provided Blob with the given filename

Callers 15

createPlanComponentsFunction · 0.90
AlertBannerFunction · 0.90
PluginLaunchModalFunction · 0.90
FileListFunction · 0.90
ConversationLoadingFunction · 0.90
ConversationMainFunction · 0.90
ChatInterfaceWrapperFunction · 0.90
ConversationTabNavFunction · 0.90
ConversationTabTitleFunction · 0.90
ConversationTabsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected