MCPcopy Index your code
hub / github.com/winfunc/opcode / cn

Function cn

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

Source from the content-addressed store, hash-verified

13 * // Returns: "px-2 py-1 bg-blue-500 text-white" (when condition and isActive are true)
14 */
15export function cn(...inputs: ClassValue[]) {
16 return twMerge(clsx(inputs));
17}

Callers 15

HooksEditorFunction · 0.90
AgentExecutionFunction · 0.90
ClaudeCodeSessionFunction · 0.90
IconPickerFunction · 0.90
AgentRunsListFunction · 0.90
StreamMessageComponentFunction · 0.90
FilePickerFunction · 0.90
CreateAgentFunction · 0.90
ExecutionControlBarFunction · 0.90
SlashCommandsManagerFunction · 0.90
SettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected