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

Method evaluate

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

Source from the content-addressed store, hash-verified

458 }
459
460 evaluate(): boolean {
461 return this._cond.evaluate();
462 }
463};
464
465interface ConditionalGetters<VGP extends ValueGetterParam = ValueGetterParam> {

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.65

Tested by

no test coverage detected