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

Function writeInt8

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

Source from the content-addressed store, hash-verified

872}
873
874function writeInt8(value, offset = 0) {
875 return writeU_Int8(this, value, offset, -0x80, 0x7f);
876}
877
878function writeIntBE(value, offset, byteLength) {
879 if (byteLength === 6)

Callers

nothing calls this directly

Calls 1

writeU_Int8Function · 0.85

Tested by

no test coverage detected