MCPcopy Create free account
hub / github.com/apache/fory / unsafePutInt64

Method unsafePutInt64

go/fory/buffer.go:1454–1456  ·  view source on GitHub ↗
(index int, v uint64)

Source from the content-addressed store, hash-verified

1452}
1453
1454func (b *ByteBuffer) unsafePutInt64(index int, v uint64) {
1455 binary.LittleEndian.PutUint64(b.data[index:], v)
1456}
1457
1458// UnsafePutUint32 writes a uint32 at the given offset without advancing writerIndex.
1459// Caller must have called Reserve() to ensure capacity.

Callers 1

continuePutVarint36Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected