(...inputs: ClassValue[])
| 18 | import { CodeHostType } from "@sourcebot/db"; |
| 19 | |
| 20 | export function cn(...inputs: ClassValue[]) { |
| 21 | return twMerge(clsx(inputs)) |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * If `ref` starts with a 40-character hex SHA, truncate the SHA portion to |
no outgoing calls
no test coverage detected