MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Tell

Method Tell

Libraries/unrar/qopen.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197bool QuickOpen::Tell(int64 *Pos)
198{
199 if (!Loaded)
200 return false;
201 *Pos=SeekPos;
202 return true;
203}
204
205
206uint QuickOpen::ReadBuffer()

Callers 2

LoadMethod · 0.45
ReadBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected