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

Method AddComplex128

zapcore/json_encoder.go:124–127  ·  view source on GitHub ↗
(key string, val complex128)

Source from the content-addressed store, hash-verified

122}
123
124func (enc *jsonEncoder) AddComplex128(key string, val complex128) {
125 enc.addKey(key)
126 enc.AppendComplex128(val)
127}
128
129func (enc *jsonEncoder) AddComplex64(key string, val complex64) {
130 enc.addKey(key)

Callers

nothing calls this directly

Calls 2

addKeyMethod · 0.95
AppendComplex128Method · 0.95

Tested by

no test coverage detected