Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwego/dynamicgo
/ EncodeArrayComma
Function
EncodeArrayComma
internal/json/encoding.go:87–89 ·
view source on GitHub ↗
(buf []byte)
Source
from the content-addressed store, hash-verified
85
}
86
87
func
EncodeArrayComma(buf []byte) []byte {
88
return
append(buf,
','
)
89
}
90
91
func
EncodeArrayEnd(buf []byte) []byte {
92
return
append(buf,
']'
)
Callers
3
doRecurse
Method · 0.92
handleUnsets
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…