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

Method AppendBool

zapcore/encoder.go:427–427  ·  zapcore/encoder.go::PrimitiveArrayEncoder.AppendBool

Built-in types.

(bool)

Source from the content-addressed store, hash-verified

425type PrimitiveArrayEncoder interface {
426 // Built-in types.
427 AppendBool(bool)
428 AppendByteString([]byte) // for UTF-8 encoded bytes
429 AppendComplex128(complex128)
430 AppendComplex64(complex64)

Callers 8

MarshalLogArrayMethod · 0.65
AppendBoolMethod · 0.65
TestJSONEncoderArraysFunction · 0.65
MarshalLogArrayMethod · 0.65
TestMapObjectEncoderAddFunction · 0.65
TestBufferWritesFunction · 0.65
AppendBoolMethod · 0.65

Implementers 2

jsonEncoderzapcore/json_encoder.go
sliceArrayEncoderzapcore/memory_encoder.go

Calls

no outgoing calls

Tested by 5

TestJSONEncoderArraysFunction · 0.52
MarshalLogArrayMethod · 0.52
TestMapObjectEncoderAddFunction · 0.52
TestBufferWritesFunction · 0.52