Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
bool QuickOpen::Tell(int64 *Pos)
198
{
199
if (!Loaded)
200
return false;
201
*Pos=SeekPos;
202
return true;
203
}
204
205
206
uint QuickOpen::ReadBuffer()
Callers
2
Load
Method · 0.45
ReadBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected