Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
149
func
(enc *jsonEncoder) AddInt64(key string, val int64) {
150
enc.addKey(key)
151
enc.AppendInt64(val)
152
}
153
154
func
(enc *jsonEncoder) resetReflectBuf() {
155
if
enc.reflectBuf == nil {
Callers
4
AddInt
Method · 0.95
AddInt32
Method · 0.95
AddInt16
Method · 0.95
AddInt8
Method · 0.95
Calls
2
addKey
Method · 0.95
AppendInt64
Method · 0.95
Tested by
no test coverage detected