MCPcopy Index your code
hub / github.com/Binject/debug / readByte

Method readByte

goobj2/file.go:342–361  ·  view source on GitHub ↗

readByte reads and returns a byte from the input file. On I/O error or EOF, it records the error but returns byte 0. A sequence of 0 bytes will eventually terminate any parsing state in the object file. In particular, it ends the reading of a varint.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

readIntMethod · 0.95
parseObjectMethod · 0.95

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected