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

Method ReadInt64

thrift/compact.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (r *compactReader) ReadInt64() (int64, error) {
61 return r.readVarint("int64", math.MinInt64, math.MaxInt64)
62}
63
64func (r *compactReader) ReadFloat64() (float64, error) {
65 return r.binary.ReadFloat64()

Callers

nothing calls this directly

Calls 1

readVarintMethod · 0.95

Tested by

no test coverage detected