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

Method AppendInterface

encoder.go:31–31  ·  view source on GitHub ↗
(dst []byte, i interface{})

Source from the content-addressed store, hash-verified

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
34 AppendInts32(dst []byte, vals []int32) []byte

Callers 8

InterfaceMethod · 0.65
ErrMethod · 0.65
InterfaceMethod · 0.65
appendFieldListFunction · 0.65
StringerMethod · 0.65
InterfaceMethod · 0.65
TestAppendInterfaceFunction · 0.65
TestAppendInterfaceFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestAppendInterfaceFunction · 0.52
TestAppendInterfaceFunction · 0.52