MCPcopy
hub / github.com/rs/zerolog / AppendUint64

Method AppendUint64

encoder.go:49–49  ·  view source on GitHub ↗
(dst []byte, val uint64)

Source from the content-addressed store, hash-verified

47 AppendUint16(dst []byte, val uint16) []byte
48 AppendUint32(dst []byte, val uint32) []byte
49 AppendUint64(dst []byte, val uint64) []byte
50 AppendUint8(dst []byte, val uint8) []byte
51 AppendUints(dst []byte, vals []uint) []byte
52 AppendUints16(dst []byte, vals []uint16) []byte

Callers 7

Uint64Method · 0.65
Uint64Method · 0.65
appendFieldListFunction · 0.65
Uint64Method · 0.65
TestAppendUint64Function · 0.65
BenchmarkAppendIntFunction · 0.65
TestAppendTypeFunction · 0.65

Implementers 2

Encoderinternal/cbor/base.go
Encoderinternal/json/base.go

Calls

no outgoing calls

Tested by 3

TestAppendUint64Function · 0.52
BenchmarkAppendIntFunction · 0.52
TestAppendTypeFunction · 0.52