MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / encodeInt64CondValue

Function encodeInt64CondValue

encode_number.go:242–244  ·  view source on GitHub ↗
(e *Encoder, v reflect.Value)

Source from the content-addressed store, hash-verified

240}
241
242func encodeInt64CondValue(e *Encoder, v reflect.Value) error {
243 return e.encodeInt64Cond(v.Int())
244}
245
246func encodeFloat32Value(e *Encoder, v reflect.Value) error {
247 return e.EncodeFloat32(float32(v.Float()))

Callers

nothing calls this directly

Calls 1

encodeInt64CondMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…