Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ AppendArrayDelim
Method
AppendArrayDelim
encoder.go:9–9 ·
view source on GitHub ↗
(dst []byte)
Source
from the content-addressed store, hash-verified
7
8
type
encoder
interface
{
9
AppendArrayDelim(dst []byte) []byte
10
AppendArrayEnd(dst []byte) []byte
11
AppendArrayStart(dst []byte) []byte
12
AppendBeginMarker(dst []byte) []byte
Callers
15
Objects
Method · 0.65
Object
Method · 0.65
Str
Method · 0.65
Bytes
Method · 0.65
Hex
Method · 0.65
RawJSON
Method · 0.65
Err
Method · 0.65
Bool
Method · 0.65
Int
Method · 0.65
Int8
Method · 0.65
Int16
Method · 0.65
Int32
Method · 0.65
Implementers
2
Encoder
internal/cbor/base.go
Encoder
internal/json/base.go
Calls
no outgoing calls
Tested by
2
TestAppendArrayDelim
Function · 0.52
TestAppendArrayDelim
Function · 0.52