Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
465
interface
ConditionalGetters<VGP extends ValueGetterParam = ValueGetterParam> {
Callers
nothing calls this directly
Calls
1
evaluate
Method · 0.65
Tested by
no test coverage detected