Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HumanSignal/label-studio
/ CNMod
Interface
CNMod
label_studio/frontend/src/utils/bem.tsx:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
import { isDefined, isEmptyString } from
'./helpers'
;
15
16
interface CNMod {
17
[key: string]: unknown
18
}
19
20
interface CN {
21
block: (name: string) => CN
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected