MCPcopy Create free account
hub / github.com/vmihailenco/msgpack / encodeFloat64Value

Function encodeFloat64Value

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

Source from the content-addressed store, hash-verified

248}
249
250func encodeFloat64Value(e *Encoder, v reflect.Value) error {
251 return e.EncodeFloat64(v.Float())
252}

Callers

nothing calls this directly

Calls 1

EncodeFloat64Method · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…