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

Method AppendInt64

zapcore/json_encoder.go:277–280  ·  view source on GitHub ↗
(val int64)

Source from the content-addressed store, hash-verified

275}
276
277func (enc *jsonEncoder) AppendInt64(val int64) {
278 enc.addElementSeparator()
279 enc.buf.AppendInt(val)
280}
281
282func (enc *jsonEncoder) AppendReflected(val interface{}) error {
283 valueBytes, err := enc.encodeReflected(val)

Callers 7

AddInt64Method · 0.95
AppendDurationMethod · 0.95
AppendTimeMethod · 0.95
AppendIntMethod · 0.95
AppendInt32Method · 0.95
AppendInt16Method · 0.95
AppendInt8Method · 0.95

Calls 2

addElementSeparatorMethod · 0.95
AppendIntMethod · 0.65

Tested by

no test coverage detected