MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / read1

Method read1

Source/ThirdParty/streamreader.hh:56–58  ·  view source on GitHub ↗

Read 1 byte (uint8_t)

Source from the content-addressed store, hash-verified

54
55 // Read 1 byte (uint8_t)
56 bool read1(uint8_t* dst) {
57 return read(1, dst);
58 }
59
60 // Read 2 bytes (uint16_t) with endian swap if needed
61 bool read2(uint16_t* dst) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected