MCPcopy Index your code
hub / github.com/nodejs/node / writeUInt32BE

Function writeUInt32BE

lib/internal/buffer.js:820–822  ·  view source on GitHub ↗
(value, offset = 0)

Source from the content-addressed store, hash-verified

818}
819
820function writeUInt32BE(value, offset = 0) {
821 return writeU_Int32BE(this, value, offset, 0, 0xffffffff);
822}
823
824function writeU_Int24BE(buf, value, offset, min, max) {
825 value = +value;

Callers

nothing calls this directly

Calls 1

writeU_Int32BEFunction · 0.85

Tested by

no test coverage detected