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

Method WriteInt64

thrift/debug.go:172–176  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

170}
171
172func (d *debugWriter) WriteInt64(v int64) error {
173 err := d.w.WriteInt64(v)
174 d.log("WriteInt64", v, err)
175 return err
176}
177
178func (d *debugWriter) WriteFloat64(v float64) error {
179 err := d.w.WriteFloat64(v)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteInt64Method · 0.65

Tested by

no test coverage detected