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

Function group

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

Source from the content-addressed store, hash-verified

7474 );
7475 },
7476 group(t) {
7477 let e = this.value[t];
7478 return (
7479 e || ((e = this.value[t] = su(ma)), (e.stamp = -1)),
7480 e.stamp < this.stamp &&
7481 ((e.stamp = this.stamp), (this._mods[this._mlen++] = e)),
7482 e
7483 );
7484 },
7485 }));
7486 var ml = Object.freeze({
7487 __proto__: null,

Callers

nothing calls this directly

Calls 4

b_Function · 0.85
styleMethod · 0.80
suFunction · 0.70
backgroundMethod · 0.45

Tested by

no test coverage detected