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

Method eof

Source/ThirdParty/streamreader.hh:151–153  ·  view source on GitHub ↗

Check if at end

Source from the content-addressed store, hash-verified

149
150 // Check if at end
151 bool eof() const {
152 return pos_ >= length_;
153 }
154
155 // Get total length
156 size_t length() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected