Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
EncodeNull(buf []byte) []byte {
36
return
append(buf, bytesNull...)
37
}
38
39
func
EncodeBool(buf []byte, val bool) []byte {
40
if
val {
Callers
1
doRecurse
Method · 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…