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

Method Byte

utils/reader.go:95–97  ·  view source on GitHub ↗

Byte reads a byte. This is equivalent to Uint8, but is included since it is more common to refer to a byte rather than a uint8.

()

Source from the content-addressed store, hash-verified

93// Byte reads a byte. This is equivalent to Uint8, but is included since it is more common to refer to a byte rather
94// than a uint8.
95func (reader *Reader) Byte() byte {
96 return reader.Uint8()
97}
98
99// Float32 reads a float32.
100func (reader *Reader) Float32() float32 {

Callers 3

deserializeTypeRecordFunction · 0.95
JsonValueSerializeFunction · 0.45
JsonValueDeserializeFunction · 0.45

Calls 1

Uint8Method · 0.95

Tested by

no test coverage detected