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

Method AppendStrings

encoder.go:43–43  ·  view source on GitHub ↗
(dst []byte, vals []string)

Source from the content-addressed store, hash-verified

41 AppendObjectData(dst []byte, o []byte) []byte
42 AppendString(dst []byte, s string) []byte
43 AppendStrings(dst []byte, vals []string) []byte
44 AppendTime(dst []byte, t time.Time, format string) []byte
45 AppendTimes(dst []byte, vals []time.Time, format string) []byte
46 AppendUint(dst []byte, val uint) []byte

Callers 5

StrsMethod · 0.65
appendFieldListFunction · 0.65
StrsMethod · 0.65
TestAppendStringsFunction · 0.65
TestAppendStringsFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestAppendStringsFunction · 0.52
TestAppendStringsFunction · 0.52