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

Method WriteFloat64

thrift/compact.go:263–265  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

261}
262
263func (w *compactWriter) WriteFloat64(v float64) error {
264 return w.binary.WriteFloat64(v)
265}
266
267func (w *compactWriter) WriteBytes(v []byte) error {
268 if err := w.WriteLength(len(v)); err != nil {

Callers

nothing calls this directly

Calls 1

WriteFloat64Method · 0.65

Tested by

no test coverage detected