MCPcopy Create free account
hub / github.com/segmentio/encoding / ReadFloat64

Method ReadFloat64

thrift/compact.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (r *compactReader) ReadFloat64() (float64, error) {
65 return r.binary.ReadFloat64()
66}
67
68func (r *compactReader) ReadBytes() ([]byte, error) {
69 n, err := r.ReadLength()

Callers

nothing calls this directly

Calls 1

ReadFloat64Method · 0.65

Tested by

no test coverage detected