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

Method ev

src/common/style/CartoCSS.js:4264–4269  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

4262 return '[' + CartoCSS.Tree.Zoom.toString(this.zoom) + '] ' + this.name + ': ' + this.value;
4263 }
4264 ev(context) {
4265 return new CartoCSS.Tree.Rule(this.name,
4266 this.value.ev(context),
4267 this.index,
4268 this.filename);
4269 }
4270};
4271
4272CartoCSS.Tree.Ruleset = class Ruleset {

Callers

nothing calls this directly

Calls 1

evMethod · 0.45

Tested by

no test coverage detected