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

Function DS

resources/vega.min.js:26315–26318  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

26313 MS = (t) => new Uint16Array(t),
26314 ES = (t) => new Uint32Array(t);
26315 function DS(t, e, n) {
26316 const r = (e < 257 ? AS : e < 65537 ? MS : ES)(t);
26317 return (n && r.set(n), r);
26318 }
26319 function CS(t, e, n) {
26320 const r = 1 << e;
26321 return {

Callers 2

SSFunction · 0.85
resizeFunction · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected