MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io /

Class

g2all/900/module/view.js:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157export class Word extends VariableMixin(View4) {}
158
159export class LongArray {
160 constructor(length) {
161 this.buffer = new DataView(new ArrayBuffer(length * 8));
162 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected