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

Function isOrCondition

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

Source from the content-addressed store, hash-verified

40import { composeWithUi } from './uischema';
41
42const isOrCondition = (condition: Condition): condition is OrCondition =>
43 condition.type === 'OR';
44
45const isAndCondition = (condition: Condition): condition is AndCondition =>
46 condition.type === 'AND';

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…