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

Method d

resources/vega.min.js:15012–15029  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

15010 let f = null,
15011 h = 0;
15012 const d = (t) => {
15013 const e = this.isDirty(t),
15014 n = p_(t, l, f, a.tag, i);
15015 (e &&
15016 (this._update(a, n, t),
15017 u &&
15018 (function (t, e, n, r) {
15019 e = e.lastChild.previousSibling;
15020 let i,
15021 o = 0;
15022 (Um(n, (n) => {
15023 ((i = t.mark(e, n, i, r)), ++o);
15024 }),
15025 iv(e, 1 + o));
15026 })(this, n, t, r)),
15027 (f = n),
15028 ++h);
15029 };
15030 return (
15031 a.nested ? e.items.length && d(e.items[0]) : Um(e, d),
15032 iv(l, h),

Callers

nothing calls this directly

Calls 6

isDirtyMethod · 0.95
_updateMethod · 0.95
p_Function · 0.85
ivFunction · 0.85
UmFunction · 0.70
markMethod · 0.45

Tested by

no test coverage detected