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

Method AppendArrayEnd

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

Source from the content-addressed store, hash-verified

8type encoder interface {
9 AppendArrayDelim(dst []byte) []byte
10 AppendArrayEnd(dst []byte) []byte
11 AppendArrayStart(dst []byte) []byte
12 AppendBeginMarker(dst []byte) []byte
13 AppendBool(dst []byte, val bool) []byte

Callers 4

ObjectsMethod · 0.65
writeMethod · 0.65
appendFieldListFunction · 0.65
TestAppendArrayEndFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestAppendArrayEndFunction · 0.52