MCPcopy Create free account
hub / github.com/Monibuca/engine / ReadFloat64

Method ReadFloat64

util/buffer.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 return r
119}
120func (b *Buffer) ReadFloat64() float64 {
121 return math.Float64frombits(b.ReadUint64())
122}
123func (b *Buffer) ReadUint64() uint64 {
124 return binary.BigEndian.Uint64(b.ReadN(8))
125}

Callers

nothing calls this directly

Calls 1

ReadUint64Method · 0.95

Tested by

no test coverage detected