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

Function ES

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

Source from the content-addressed store, hash-verified

26312 const AS = (t) => new Uint8Array(t),
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);

Callers 2

FSFunction · 0.85
SSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected