Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
str
Method · 0.95
writeRawCelChunk
Function · 0.80
writeCompressedCelChunk
Function · 0.80
aseprite-parser.spec.js
File · 0.80
Calls
1
push
Method · 0.95
Tested by
no test coverage detected