MCPcopy Create free account
hub / github.com/dolthub/doltgresql / ReadFloat32

Method ReadFloat32

utils/wirerw.go:106–108  ·  view source on GitHub ↗

ReadFloat32 reads a float32.

()

Source from the content-addressed store, hash-verified

104
105// ReadFloat32 reads a float32.
106func (rw *WireRW) ReadFloat32() float32 {
107 return math.Float32frombits(rw.ReadUint32())
108}
109
110// ReadFloat64 reads a float64.
111func (rw *WireRW) ReadFloat64() float64 {

Callers 1

float4.goFile · 0.80

Calls 1

ReadUint32Method · 0.95

Tested by

no test coverage detected