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

Method tell

Source/ThirdParty/streamreader.hh:141–143  ·  view source on GitHub ↗

Get current position

Source from the content-addressed store, hash-verified

139
140 // Get current position
141 size_t tell() const {
142 return pos_;
143 }
144
145 // Get remaining bytes
146 size_t remaining() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected