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

Function writeBigUInt64LE

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

Source from the content-addressed store, hash-verified

604}
605
606function writeBigUInt64LE(value, offset = 0) {
607 return writeBigU_Int64LE(this, value, offset, 0n, 0xffffffffffffffffn);
608}
609
610function writeBigU_Int64BE(buf, value, offset, min, max) {
611 checkInt(value, min, max, buf, offset, 7);

Callers

nothing calls this directly

Calls 1

writeBigU_Int64LEFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…