MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / classNames

Function classNames

lib/utils.ts:7–11  ·  view source on GitHub ↗
(
  ...classes: (string | undefined | null | boolean)[]
)

Source from the content-addressed store, hash-verified

5import { ChatGPTMessage, Chunk, Properties } from "./models";
6
7export function classNames(
8 ...classes: (string | undefined | null | boolean)[]
9): string {
10 return classes.filter(Boolean).join(" ");
11}
12
13export function getNumRows(text: string, textWidth: number): number {
14 return text

Callers 15

PlaygroundChatbotFunction · 0.90
ComboBoxFunction · 0.90
FloatingLabelInputFunction · 0.90
FloatingLabelTextAreaFunction · 0.90
LoadingSpinnerFunction · 0.90
SelectBoxFunction · 0.90
WarningModalFunction · 0.90
NavbarFunction · 0.90
PlaygroundFunction · 0.90
PageActionsSectionFunction · 0.90
ActionsSectionFunction · 0.90
EditActionModalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected