MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / labelDescription

Function labelDescription

packages/core/src/util/label.ts:80–83  ·  view source on GitHub ↗
(text: string, show: boolean)

Source from the content-addressed store, hash-verified

78};
79
80const labelDescription = (text: string, show: boolean): LabelDescription => ({
81 text: text,
82 show: show,
83});

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…