MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / ev

Method ev

src/common/style/CartoCSS.js:3531–3539  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

3529 }
3530
3531 ev(env) {
3532 if (this.value.length > 1) {
3533 return new CartoCSS.Tree.Expression(this.value.map(function (e) {
3534 return e.ev(env);
3535 }));
3536 } else {
3537 return this.value[0].ev(env);
3538 }
3539 }
3540
3541 toString(env) {
3542 return this.value.map(function (e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80
evMethod · 0.45

Tested by

no test coverage detected