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

Method AppendEndMarker

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

Source from the content-addressed store, hash-verified

16 AppendDuration(dst []byte, d time.Duration, unit time.Duration, format string, useInt bool, precision int) []byte
17 AppendDurations(dst []byte, vals []time.Duration, unit time.Duration, format string, useInt bool, precision int) []byte
18 AppendEndMarker(dst []byte) []byte
19 AppendFloat32(dst []byte, val float32, precision int) []byte
20 AppendFloat64(dst []byte, val float64, precision int) []byte
21 AppendFloats32(dst []byte, vals []float32, precision int) []byte

Callers 7

writeMethod · 0.65
DictMethod · 0.65
appendObjectMethod · 0.65
DictMethod · 0.65
DictMethod · 0.65
TestAppendEndMarkerFunction · 0.65
TestAppendEndMarkerFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestAppendEndMarkerFunction · 0.52
TestAppendEndMarkerFunction · 0.52