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

Function getConditionScope

packages/core/src/util/runtime.ts:61–63  ·  view source on GitHub ↗
(condition: Scopable, path: string)

Source from the content-addressed store, hash-verified

59 typeof (condition as ValidateFunctionCondition).validate === 'function';
60
61const getConditionScope = (condition: Scopable, path: string): string => {
62 return composeWithUi(condition, path);
63};
64
65const evaluateCondition = (
66 data: any,

Callers 1

evaluateConditionFunction · 0.85

Calls 1

composeWithUiFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…