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

Method ReadInt64

thrift/debug.go:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (d *debugReader) ReadInt64() (int64, error) {
68 v, err := d.r.ReadInt64()
69 d.log("ReadInt64", v, err)
70 return v, err
71}
72
73func (d *debugReader) ReadFloat64() (float64, error) {
74 v, err := d.r.ReadFloat64()

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
ReadInt64Method · 0.65

Tested by

no test coverage detected