Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ AppendByteString
Method
AppendByteString
zapcore/encoder.go:428–428 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
426
// Built-in types.
427
AppendBool(bool)
428
AppendByteString([]byte)
// for UTF-8 encoded bytes
429
AppendComplex128(complex128)
430
AppendComplex64(complex64)
431
AppendFloat64(float64)
Callers
3
MarshalLogArray
Method · 0.65
TestJSONEncoderArrays
Function · 0.65
TestSliceArrayEncoderAppend
Function · 0.65
Implementers
2
jsonEncoder
zapcore/json_encoder.go
sliceArrayEncoder
zapcore/memory_encoder.go
Calls
no outgoing calls
Tested by
2
TestJSONEncoderArrays
Function · 0.52
TestSliceArrayEncoderAppend
Function · 0.52