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

Function write32

g2all/700/module/rw.js:127–129  ·  view source on GitHub ↗
(u8_view, offset, value)

Source from the content-addressed store, hash-verified

125}
126
127export function write32(u8_view, offset, value) {
128 write(u8_view, offset, value, 4);
129}
130
131export function write64(u8_view, offset, value) {
132 if (!(value instanceof Int)) {

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected