MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / EncodeObjectComma

Function EncodeObjectComma

internal/json/encoding.go:107–109  ·  view source on GitHub ↗
(buf []byte)

Source from the content-addressed store, hash-verified

105}
106
107func EncodeObjectComma(buf []byte) []byte {
108 return append(buf, ',')
109}
110
111func EncodeObjectEnd(buf []byte) []byte {
112 return append(buf, '}')

Callers 5

doMethod · 0.92
doRecurseMethod · 0.92
doMethod · 0.92
unmarshalSingularMethod · 0.92
unmarshalMapMethod · 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…