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

Function writeUInt16LE

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

Source from the content-addressed store, hash-verified

733}
734
735function writeUInt16LE(value, offset = 0) {
736 return writeU_Int16LE(this, value, offset, 0, 0xffff);
737}
738
739function writeU_Int8(buf, value, offset, min, max) {
740 value = +value;

Callers

nothing calls this directly

Calls 1

writeU_Int16LEFunction · 0.85

Tested by

no test coverage detected