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

Function writeUInt8

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

Source from the content-addressed store, hash-verified

751}
752
753function writeUInt8(value, offset = 0) {
754 return writeU_Int8(this, value, offset, 0, 0xff);
755}
756
757function writeUIntBE(value, offset, byteLength) {
758 if (byteLength === 6)

Callers

nothing calls this directly

Calls 1

writeU_Int8Function · 0.85

Tested by

no test coverage detected