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

Method AppendInts16

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

Source from the content-addressed store, hash-verified

31 AppendInterface(dst []byte, i interface{}) []byte
32 AppendInts(dst []byte, vals []int) []byte
33 AppendInts16(dst []byte, vals []int16) []byte
34 AppendInts32(dst []byte, vals []int32) []byte
35 AppendInts64(dst []byte, vals []int64) []byte
36 AppendInts8(dst []byte, vals []int8) []byte

Callers 5

Ints16Method · 0.65
appendFieldListFunction · 0.65
Ints16Method · 0.65
TestAppendInts16Function · 0.65
TestAppendInts16Function · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestAppendInts16Function · 0.52
TestAppendInts16Function · 0.52