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

Function EncodeObjectBegin

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

Source from the content-addressed store, hash-verified

97}
98
99func EncodeObjectBegin(buf []byte) []byte {
100 return append(buf, '{')
101}
102
103func EncodeObjectColon(buf []byte) []byte {
104 return append(buf, ':')

Callers 6

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