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

Method length

Source/ThirdParty/streamreader.hh:156–158  ·  view source on GitHub ↗

Get total length

Source from the content-addressed store, hash-verified

154
155 // Get total length
156 size_t length() const {
157 return length_;
158 }
159
160private:
161 const uint8_t* data_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected