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

Method bytes

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

Source from the content-addressed store, hash-verified

41 this.push(b);
42 }
43 bytes(arr) {
44 this.push(arr);
45 }
46 zeros(n) {
47 this.push(new Uint8Array(n));
48 }

Callers 4

strMethod · 0.95
writeRawCelChunkFunction · 0.80
writeCompressedCelChunkFunction · 0.80

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected