MCPcopy Create free account
hub / github.com/google/gapid / SetError

Method SetError

core/data/binary/reader.go:62–62  ·  view source on GitHub ↗

Set the error state and stop reading from the stream.

(error)

Source from the content-addressed store, hash-verified

60 Error() error
61 // Set the error state and stop reading from the stream.
62 SetError(error)
63}
64
65// ReadUint reads an unsigned integer of either 8, 16, 32 or 64 bits from r,

Callers 3

TestSetErrorsFunction · 0.65
ReadUintFunction · 0.65
ReadIntFunction · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by 1

TestSetErrorsFunction · 0.52