MCPcopy
hub / github.com/uber-go/zap / AddUint64

Method AddUint64

zapcore/json_encoder.go:205–208  ·  view source on GitHub ↗
(key string, val uint64)

Source from the content-addressed store, hash-verified

203}
204
205func (enc *jsonEncoder) AddUint64(key string, val uint64) {
206 enc.addKey(key)
207 enc.AppendUint64(val)
208}
209
210func (enc *jsonEncoder) AppendArray(arr ArrayMarshaler) error {
211 enc.addElementSeparator()

Callers 5

AddUintMethod · 0.95
AddUint32Method · 0.95
AddUint16Method · 0.95
AddUint8Method · 0.95
AddUintptrMethod · 0.95

Calls 2

addKeyMethod · 0.95
AppendUint64Method · 0.95

Tested by

no test coverage detected