Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ Tell
Method
Tell
Libraries/unrar/archive.cpp:330–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
329
330
int64 Archive::Tell()
331
{
332
int64 QPos;
333
if (QOpen.Tell(&QPos))
334
return QPos;
335
return File::Tell();
336
}
337
#endif
338
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected