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

Method AppendArrayDelim

encoder.go:9–9  ·  view source on GitHub ↗
(dst []byte)

Source from the content-addressed store, hash-verified

7
8type encoder interface {
9 AppendArrayDelim(dst []byte) []byte
10 AppendArrayEnd(dst []byte) []byte
11 AppendArrayStart(dst []byte) []byte
12 AppendBeginMarker(dst []byte) []byte

Callers 15

ObjectsMethod · 0.65
ObjectMethod · 0.65
StrMethod · 0.65
BytesMethod · 0.65
HexMethod · 0.65
RawJSONMethod · 0.65
ErrMethod · 0.65
BoolMethod · 0.65
IntMethod · 0.65
Int8Method · 0.65
Int16Method · 0.65
Int32Method · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestAppendArrayDelimFunction · 0.52
TestAppendArrayDelimFunction · 0.52