Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ Get8
Method
Get8
Libraries/unrar/rawread.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
108
uint64 RawRead::Get8()
109
{
110
uint Low=Get4(),High=Get4();
111
return INT32TO64(High,Low);
112
}
113
114
115
uint64 RawRead::GetV()
Callers
2
ReadHeader
Method · 0.80
ProcessExtra50
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected