Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vmihailenco/msgpack
/ EncodeNil
Method
EncodeNil
encode.go:243–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
}
242
243
func
(e *Encoder) EncodeNil() error {
244
return
e.writeCode(msgpcode.Nil)
245
}
246
247
func
(e *Encoder) EncodeBool(value bool) error {
248
if
value {
Callers
15
EncodeMap
Method · 0.95
EncodeMapSorted
Method · 0.95
Encode
Method · 0.95
EncodeBytes
Method · 0.95
encodeStringSlice
Method · 0.95
EncodeMsgpack
Method · 0.80
ptrEncoderFunc
Function · 0.80
encodeCustomValue
Function · 0.80
marshalValue
Function · 0.80
encodeInterfaceValue
Function · 0.80
encodeErrorValue
Function · 0.80
marshalBinaryValue
Function · 0.80
Calls
1
writeCode
Method · 0.95
Tested by
1
EncodeMsgpack
Method · 0.64