MCPcopy Create free account
hub / github.com/alignoth/alignoth / mapRepeat

Method mapRepeat

resources/vega-lite.min.js:5152–5158  ·  view source on GitHub ↗
(e, n)

Source from the content-addressed store, hash-verified

5150 return o;
5151 }
5152 mapRepeat(e, n) {
5153 return (function (e) {
5154 return !t.isArray(e.repeat) && J(e.repeat, "layer");
5155 })(e)
5156 ? this.mapLayerRepeat(e, n)
5157 : this.mapNonLayerRepeat(e, n);
5158 }
5159 mapLayerRepeat(e, t) {
5160 const { repeat: n, spec: i, ...r } = e,
5161 { row: o, column: a, layer: s } = n,

Callers 1

mapLayerRepeatMethod · 0.45

Calls 3

mapLayerRepeatMethod · 0.80
mapNonLayerRepeatMethod · 0.80
JFunction · 0.70

Tested by

no test coverage detected