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

Method AppendUints32

encoder.go:53–53  ·  view source on GitHub ↗
(dst []byte, vals []uint32)

Source from the content-addressed store, hash-verified

51 AppendUints(dst []byte, vals []uint) []byte
52 AppendUints16(dst []byte, vals []uint16) []byte
53 AppendUints32(dst []byte, vals []uint32) []byte
54 AppendUints64(dst []byte, vals []uint64) []byte
55 AppendUints8(dst []byte, vals []uint8) []byte
56}

Callers 5

Uints32Method · 0.65
appendFieldListFunction · 0.65
Uints32Method · 0.65
TestAppendUints32Function · 0.65
TestAppendUints32Function · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestAppendUints32Function · 0.52
TestAppendUints32Function · 0.52