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

Method AppendBytes

encoder.go:15–15  ·  encoder.go::encoder.AppendBytes
(dst, s []byte)

Source from the content-addressed store, hash-verified

13 AppendBool(dst []byte, val bool) []byte
14 AppendBools(dst []byte, vals []bool) []byte
15 AppendBytes(dst, s []byte) []byte
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

Callers 8

BytesMethod · 0.65
BytesMethod · 0.65
appendFieldListFunction · 0.65
BytesMethod · 0.65
TestAppendBytesFunction · 0.65
TestAppendBytesFunction · 0.65
TestStringBytesFunction · 0.65
BenchmarkAppendBytesFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 4

TestAppendBytesFunction · 0.52
TestAppendBytesFunction · 0.52
TestStringBytesFunction · 0.52
BenchmarkAppendBytesFunction · 0.52