MCPcopy Create free account
hub / github.com/awslabs/llrt / writeBigInt64LE

Method writeBigInt64LE

types/buffer.d.ts:548–548  ·  view source on GitHub ↗

* Writes `value` to `buf` at the specified `offset` as little-endian. * * `value` is interpreted and written as a two's complement signed integer. * * ```js * import { Buffer } from 'buffer'; * * const buf = Buffer.allocUnsafe(8); * * buf.writeBigInt64LE(

(value: bigint, offset?: number)

Source from the content-addressed store, hash-verified

546 * @return `offset` plus the number of bytes written.
547 */
548 writeBigInt64LE(value: bigint, offset?: number): number;
549 /**
550 * @alias Buffer.writeBigUInt64LE
551 */

Callers 1

buffer.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected