MCPcopy
hub / github.com/apache/echarts / evaluate

Method evaluate

src/util/conditionalExpression.ts:273–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271class NotConditionInternal implements ParsedConditionInternal {
272 child: ParsedConditionInternal;
273 evaluate() {
274 return !this.child.evaluate();
275 }
276}
277class RelationalConditionInternal implements ParsedConditionInternal {
278 valueGetterParam: ValueGetterParam;

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.65

Tested by

no test coverage detected