MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Int64

Method Int64

utils/reader.go:65–67  ·  view source on GitHub ↗

Int64 reads an int64.

()

Source from the content-addressed store, hash-verified

63
64// Int64 reads an int64.
65func (reader *Reader) Int64() int64 {
66 return int64(reader.Uint64() - (1 << 63))
67}
68
69// Uint8 reads a uint8.
70func (reader *Reader) Uint8() uint8 {

Callers 15

Int64SliceMethod · 0.95
TestWriterReaderFunction · 0.95
TestWriterOrderFunction · 0.95
DeserializeConflictFunction · 0.95
DeserializeSequenceFunction · 0.95
deserializeTypeTimeTZFunction · 0.95
deserializeTypeIntervalFunction · 0.95
deserializeTypeTimeFunction · 0.95
FromBigIntFunction · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
power.goFile · 0.45

Calls 1

Uint64Method · 0.95

Tested by 3

TestWriterReaderFunction · 0.76
TestWriterOrderFunction · 0.76
NumericToDecimalFunction · 0.36