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

Function writeBigInt64BE

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

Source from the content-addressed store, hash-verified

639}
640
641function writeBigInt64BE(value, offset = 0) {
642 return writeBigU_Int64BE(
643 this, value, offset, -0x8000000000000000n, 0x7fffffffffffffffn);
644}
645
646function writeUIntLE(value, offset, byteLength) {
647 if (byteLength === 6)

Callers

nothing calls this directly

Calls 1

writeBigU_Int64BEFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…