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

Method AppendInt32

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

Source from the content-addressed store, hash-verified

26 AppendInt(dst []byte, val int) []byte
27 AppendInt16(dst []byte, val int16) []byte
28 AppendInt32(dst []byte, val int32) []byte
29 AppendInt64(dst []byte, val int64) []byte
30 AppendInt8(dst []byte, val int8) []byte
31 AppendInterface(dst []byte, i interface{}) []byte

Callers 7

Int32Method · 0.65
Int32Method · 0.65
appendFieldListFunction · 0.65
Int32Method · 0.65
TestAppendInt32Function · 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

TestAppendInt32Function · 0.52
BenchmarkAppendIntFunction · 0.52
TestAppendTypeFunction · 0.52