Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Peppermint-Lab/peppermint
/ classNames
Function
classNames
apps/client/@/shadcn/lib/utils.ts:8–10 ·
view source on GitHub ↗
(...classes: any)
Source
from the content-addressed store, hash-verified
6
}
7
8
export
function
classNames(...classes: any) {
9
return
classes.filter(Boolean).join(
" "
);
10
}
Callers
4
AdminLayout
Function · 0.90
NewLayout
Function · 0.90
Settings
Function · 0.90
Ticket
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected