MCPcopy Index your code
hub / github.com/apache/echarts / constructor

Method constructor

src/util/conditionalExpression.ts:453–458  ·  view source on GitHub ↗
(
        exprOption: ConditionalExpressionOption,
        getters: ConditionalGetters
    )

Source from the content-addressed store, hash-verified

451 private _cond: ParsedConditionInternal;
452
453 constructor(
454 exprOption: ConditionalExpressionOption,
455 getters: ConditionalGetters
456 ) {
457 this._cond = parseOption(exprOption, getters);
458 }
459
460 evaluate(): boolean {
461 return this._cond.evaluate();

Callers

nothing calls this directly

Calls 1

parseOptionFunction · 0.85

Tested by

no test coverage detected