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

Method Uint8

utils/reader.go:70–73  ·  view source on GitHub ↗

Uint8 reads a uint8.

()

Source from the content-addressed store, hash-verified

68
69// Uint8 reads a uint8.
70func (reader *Reader) Uint8() uint8 {
71 reader.offset += 1
72 return reader.buf[reader.offset-1]
73}
74
75// Uint16 reads a uint16.
76func (reader *Reader) Uint16() uint16 {

Callers 7

Int8Method · 0.95
ByteMethod · 0.95
TestWriterReaderFunction · 0.95
DeserializeTriggerFunction · 0.95
DeserializeSequenceFunction · 0.95
DeserializeProcedureFunction · 0.95
DeserializeCastFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestWriterReaderFunction · 0.76