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

Function writeUInt32LE

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

Source from the content-addressed store, hash-verified

708}
709
710function writeUInt32LE(value, offset = 0) {
711 return writeU_Int32LE(this, value, offset, 0, 0xffffffff);
712}
713
714function writeU_Int24LE(buf, value, offset, min, max) {
715 value = +value;

Callers

nothing calls this directly

Calls 1

writeU_Int32LEFunction · 0.85

Tested by

no test coverage detected