MCPcopy Create free account
hub / github.com/melonjs/melonJS / push

Method push

packages/melonjs/tests/aseprite-parser.spec.js:21–24  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

19 this.length = 0;
20 }
21 push(arr) {
22 this.parts.push(arr);
23 this.length += arr.length;
24 }
25 u8(v) {
26 this.push(new Uint8Array([v & 0xff]));
27 }

Callers 15

u8Method · 0.95
u16Method · 0.95
i16Method · 0.95
u32Method · 0.95
bytesMethod · 0.95
zerosMethod · 0.95
drawVerticesFunction · 0.45
expandLinesToTrianglesFunction · 0.45
imagelayer.spec.jsFile · 0.45
makeRendererStubFunction · 0.45
lights.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected