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

Function writeBigUInt64BE

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

Source from the content-addressed store, hash-verified

630}
631
632function writeBigUInt64BE(value, offset = 0) {
633 return writeBigU_Int64BE(this, value, offset, 0n, 0xffffffffffffffffn);
634}
635
636function writeBigInt64LE(value, offset = 0) {
637 return writeBigU_Int64LE(

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…