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

Method tell

source/src/tools.h:865–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863 virtual void close() = 0;
864 virtual bool end() = 0;
865 virtual long tell() { return -1; }
866 virtual bool seek(long offset, int whence = SEEK_SET) { return false; }
867 virtual long size();
868 virtual void fflush() {}

Callers 2

oggcallbacktellFunction · 0.45
save_pngFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected