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

Method AppendInt64

zapcore/encoder.go:434–434  ·  view source on GitHub ↗
(int64)

Source from the content-addressed store, hash-verified

432 AppendFloat32(float32)
433 AppendInt(int)
434 AppendInt64(int64)
435 AppendInt32(int32)
436 AppendInt16(int16)
437 AppendInt8(int8)

Callers 6

MarshalLogArrayMethod · 0.65
EpochNanosTimeEncoderFunction · 0.65
NanosDurationEncoderFunction · 0.65
MillisDurationEncoderFunction · 0.65
TestJSONEncoderArraysFunction · 0.65

Implementers 2

jsonEncoderzapcore/json_encoder.go
sliceArrayEncoderzapcore/memory_encoder.go

Calls

no outgoing calls

Tested by 2

TestJSONEncoderArraysFunction · 0.52