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

Method AddInt64

zapcore/encoder.go:379–379  ·  view source on GitHub ↗
(key string, value int64)

Source from the content-addressed store, hash-verified

377 AddFloat32(key string, value float32)
378 AddInt(key string, value int)
379 AddInt64(key string, value int64)
380 AddInt32(key string, value int32)
381 AddInt16(key string, value int16)
382 AddInt8(key string, value int8)

Callers 9

MarshalLogObjectMethod · 0.65
MarshalLogObjectMethod · 0.65
TestMapObjectEncoderAddFunction · 0.65
BenchmarkZapJSONFunction · 0.65
BenchmarkZapConsoleFunction · 0.65
AddToMethod · 0.65
MarshalLogObjectMethod · 0.65

Implementers 2

jsonEncoderzapcore/json_encoder.go
MapObjectEncoderzapcore/memory_encoder.go

Calls

no outgoing calls

Tested by 7

MarshalLogObjectMethod · 0.52
TestMapObjectEncoderAddFunction · 0.52
BenchmarkZapJSONFunction · 0.52
BenchmarkZapConsoleFunction · 0.52
MarshalLogObjectMethod · 0.52