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

Function Tm

resources/vega-lite.min.js:11595–11607  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

11593 },
11594 };
11595 function Tm(e) {
11596 qm(e)
11597 ? (function (e) {
11598 const t = e.component.scales;
11599 for (const n of Xt) {
11600 const i = t[n];
11601 if (!i) continue;
11602 const r = Sm(n, e);
11603 i.setWithExplicit("range", r);
11604 }
11605 })(e)
11606 : jm(e, "range");
11607 }
11608 function jm(e, t) {
11609 const n = e.component.scales;
11610 for (const n of e.children) "range" === t ? Tm(n) : Nm(n, t);

Callers 2

jmFunction · 0.70
parseScaleMethod · 0.70

Calls 4

setWithExplicitMethod · 0.80
qmFunction · 0.70
SmFunction · 0.70
jmFunction · 0.70

Tested by

no test coverage detected