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