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

Class ConstConditionInternal

src/util/conditionalExpression.ts:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 evaluate(): boolean;
240}
241class ConstConditionInternal implements ParsedConditionInternal {
242 value: boolean;
243 evaluate(): boolean {
244 return this.value;
245 }
246}
247class AndConditionInternal implements ParsedConditionInternal {
248 children: ParsedConditionInternal[];
249 evaluate() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…