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

Method ReadFloat64

thrift/debug.go:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (d *debugReader) ReadFloat64() (float64, error) {
74 v, err := d.r.ReadFloat64()
75 d.log("ReadFloat64", v, err)
76 return v, err
77}
78
79func (d *debugReader) ReadBytes() ([]byte, error) {
80 v, err := d.r.ReadBytes()

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
ReadFloat64Method · 0.65

Tested by

no test coverage detected