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

Method AddInt64

zapcore/json_encoder.go:149–152  ·  view source on GitHub ↗
(key string, val int64)

Source from the content-addressed store, hash-verified

147}
148
149func (enc *jsonEncoder) AddInt64(key string, val int64) {
150 enc.addKey(key)
151 enc.AppendInt64(val)
152}
153
154func (enc *jsonEncoder) resetReflectBuf() {
155 if enc.reflectBuf == nil {

Callers 4

AddIntMethod · 0.95
AddInt32Method · 0.95
AddInt16Method · 0.95
AddInt8Method · 0.95

Calls 2

addKeyMethod · 0.95
AppendInt64Method · 0.95

Tested by

no test coverage detected