Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ write32
Method
write32
modules/commodetto/commodettoBMPOut.js:232–234 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
230
this.file.write(value & 0xff, (value >> 8) & 0xff);
231
}
232
write32(value) {
233
this.file.write(value & 0xff, (value >> 8) & 0xff, (value >> 16) & 0xff, (value >> 24) & 0xff);
234
}
235
}
Callers
1
begin
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected