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

Method WriteInt64

thrift/compact.go:259–261  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

257}
258
259func (w *compactWriter) WriteInt64(v int64) error {
260 return w.writeVarint(v)
261}
262
263func (w *compactWriter) WriteFloat64(v float64) error {
264 return w.binary.WriteFloat64(v)

Callers

nothing calls this directly

Calls 1

writeVarintMethod · 0.95

Tested by

no test coverage detected