MCPcopy Create free account
hub / github.com/assaultcube/AC / tell

Method tell

source/src/zip.cpp:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 long size() { return info->size; }
279 bool end() { return reading < 0 || ended; }
280 long tell() { return reading >= 0 ? (info->compressedsize ? zfile.total_out : reading - info->offset) : -1; }
281
282 bool seek(long pos, int whence)
283 {

Callers 1

findzipdirectoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected