MCPcopy 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
83func EncodeArrayBegin(buf []byte) []byte {
84 return append(buf, '[')
85}
86
87func EncodeArrayComma(buf []byte) []byte {
88 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…