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

Method AddFloat32

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

Source from the content-addressed store, hash-verified

375 AddDuration(key string, value time.Duration)
376 AddFloat64(key string, value float64)
377 AddFloat32(key string, value float32)
378 AddInt(key string, value int)
379 AddInt64(key string, value int64)
380 AddInt32(key string, value int32)

Callers 4

TestMapObjectEncoderAddFunction · 0.65
AddToMethod · 0.65

Implementers 2

jsonEncoderzapcore/json_encoder.go
MapObjectEncoderzapcore/memory_encoder.go

Calls

no outgoing calls

Tested by 3

TestMapObjectEncoderAddFunction · 0.52