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

Method AppendInt16

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

Source from the content-addressed store, hash-verified

25 AppendIPPrefix(dst []byte, pfx net.IPNet) []byte
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

Callers 7

Int16Method · 0.65
Int16Method · 0.65
appendFieldListFunction · 0.65
Int16Method · 0.65
TestAppendInt16Function · 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

TestAppendInt16Function · 0.52
BenchmarkAppendIntFunction · 0.52
TestAppendTypeFunction · 0.52