Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwego/dynamicgo
/ EncodeArrayBegin
Function
EncodeArrayBegin
internal/json/encoding.go:83–85 ·
view source on GitHub ↗
(buf []byte)
Source
from the content-addressed store, hash-verified
81
}
82
83
func
EncodeArrayBegin(buf []byte) []byte {
84
return
append(buf,
'['
)
85
}
86
87
func
EncodeArrayComma(buf []byte) []byte {
88
return
append(buf,
','
)
Callers
2
doRecurse
Method · 0.92
unmarshalList
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…