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

Method AppendTimes

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

Source from the content-addressed store, hash-verified

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
47 AppendUint16(dst []byte, val uint16) []byte
48 AppendUint32(dst []byte, val uint32) []byte

Callers 5

TimesMethod · 0.65
appendFieldListFunction · 0.65
TimesMethod · 0.65
TestAppendTimesFunction · 0.65
TestAppendTimesFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestAppendTimesFunction · 0.52
TestAppendTimesFunction · 0.52