MCPcopy 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
91func EncodeArrayEnd(buf []byte) []byte {
92 return append(buf, ']')
93}
94
95func EncodeEmptyArray(buf []byte) []byte {
96 return append(buf, '[', ']')

Callers 2

doRecurseMethod · 0.92
unmarshalListMethod · 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…