MCPcopy 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
87func EncodeArrayComma(buf []byte) []byte {
88 return append(buf, ',')
89}
90
91func EncodeArrayEnd(buf []byte) []byte {
92 return append(buf, ']')

Callers 3

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