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

Function rem

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

Source from the content-addressed store, hash-verified

5544 for (let e = 0, n = r.length; e < n; ++e) r[e].add(r[e].get(t), t);
5545 },
5546 rem(t) {
5547 const e = this.cellkey(t),
5548 n = this.cell(e, t);
5549 if (((n.num -= 1), this._countOnly)) return;
5550 n.store && n.data.rem(t);
5551 const r = n.agg;
5552 for (let e = 0, n = r.length; e < n; ++e) r[e].rem(r[e].get(t), t);
5553 },
5554 celltuple(t) {
5555 const e = t.tuple,
5556 n = this._counts;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected