MCPcopy
hub / github.com/vmihailenco/msgpack / encodeBoolValue

Function encodeBoolValue

encode_value.go:173–175  ·  view source on GitHub ↗
(e *Encoder, v reflect.Value)

Source from the content-addressed store, hash-verified

171}
172
173func encodeBoolValue(e *Encoder, v reflect.Value) error {
174 return e.EncodeBool(v.Bool())
175}
176
177func encodeInterfaceValue(e *Encoder, v reflect.Value) error {
178 if v.IsNil() {

Callers

nothing calls this directly

Calls 1

EncodeBoolMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…