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

Function isLeafCondition

packages/core/src/util/runtime.ts:48–49  ·  view source on GitHub ↗
(condition: Condition)

Source from the content-addressed store, hash-verified

46 condition.type === 'AND';
47
48const isLeafCondition = (condition: Condition): condition is LeafCondition =>
49 condition.type === 'LEAF';
50
51const isSchemaCondition = (
52 condition: Condition

Callers 1

evaluateConditionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…