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

Method WriteFloat64

thrift/debug.go:178–182  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

176}
177
178func (d *debugWriter) WriteFloat64(v float64) error {
179 err := d.w.WriteFloat64(v)
180 d.log("WriteFloat64", v, err)
181 return err
182}
183
184func (d *debugWriter) WriteBytes(v []byte) error {
185 err := d.w.WriteBytes(v)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteFloat64Method · 0.65

Tested by

no test coverage detected