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

Function isSchemaCondition

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

Source from the content-addressed store, hash-verified

49 condition.type === 'LEAF';
50
51const isSchemaCondition = (
52 condition: Condition
53): condition is SchemaBasedCondition => has(condition, 'schema');
54
55const isValidateFunctionCondition = (
56 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…