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

Function writeUInt16BE

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

Source from the content-addressed store, hash-verified

843}
844
845function writeUInt16BE(value, offset = 0) {
846 return writeU_Int16BE(this, value, offset, 0, 0xffff);
847}
848
849function writeIntLE(value, offset, byteLength) {
850 if (byteLength === 6)

Callers

nothing calls this directly

Calls 1

writeU_Int16BEFunction · 0.85

Tested by

no test coverage detected