Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ Seek
Method
Seek
Libraries/unrar/archive.cpp:323–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
322
323
void Archive::Seek(int64 Offset,int Method)
324
{
325
if (!QOpen.Seek(Offset,Method))
326
File::Seek(Offset,Method);
327
}
328
329
330
int64 Archive::Tell()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected