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

Method AddFloat32

zapcore/json_encoder.go:144–147  ·  view source on GitHub ↗
(key string, val float32)

Source from the content-addressed store, hash-verified

142}
143
144func (enc *jsonEncoder) AddFloat32(key string, val float32) {
145 enc.addKey(key)
146 enc.AppendFloat32(val)
147}
148
149func (enc *jsonEncoder) AddInt64(key string, val int64) {
150 enc.addKey(key)

Callers

nothing calls this directly

Calls 2

addKeyMethod · 0.95
AppendFloat32Method · 0.95

Tested by

no test coverage detected