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

Method AppendString

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

Source from the content-addressed store, hash-verified

40 AppendNil(dst []byte) []byte
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

Callers 13

msgMethod · 0.65
StrMethod · 0.65
callerMethod · 0.65
StrMethod · 0.65
ErrMethod · 0.65
appendFieldListFunction · 0.65
StrMethod · 0.65
StringerMethod · 0.65
TestAppendStringFunction · 0.65
BenchmarkAppendStringFunction · 0.65
TestStringBytesFunction · 0.65
TestAppendStringFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 5

TestAppendStringFunction · 0.52
BenchmarkAppendStringFunction · 0.52
TestStringBytesFunction · 0.52
TestAppendStringFunction · 0.52
BenchmarkAppendStringFunction · 0.52