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

Function isAndCondition

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

Source from the content-addressed store, hash-verified

43 condition.type === 'OR';
44
45const isAndCondition = (condition: Condition): condition is AndCondition =>
46 condition.type === 'AND';
47
48const isLeafCondition = (condition: Condition): condition is LeafCondition =>
49 condition.type === 'LEAF';

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…