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

Method AppendInt8

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

Source from the content-addressed store, hash-verified

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
32 AppendInts(dst []byte, vals []int) []byte
33 AppendInts16(dst []byte, vals []int16) []byte

Callers 7

Int8Method · 0.65
Int8Method · 0.65
appendFieldListFunction · 0.65
Int8Method · 0.65
TestAppendInt8Function · 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

TestAppendInt8Function · 0.52
BenchmarkAppendIntFunction · 0.52
TestAppendTypeFunction · 0.52