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

Method remaining

Source/ThirdParty/streamreader.hh:146–148  ·  view source on GitHub ↗

Get remaining bytes

Source from the content-addressed store, hash-verified

144
145 // Get remaining bytes
146 size_t remaining() const {
147 return length_ - pos_;
148 }
149
150 // Check if at end
151 bool eof() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected