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

Class

g2all/700/module/view.js:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected