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

Function EncodeNull

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

Source from the content-addressed store, hash-verified

33)
34
35func EncodeNull(buf []byte) []byte {
36 return append(buf, bytesNull...)
37}
38
39func EncodeBool(buf []byte, val bool) []byte {
40 if val {

Callers 1

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