MCPcopy 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
108uint64 RawRead::Get8()
109{
110 uint Low=Get4(),High=Get4();
111 return INT32TO64(High,Low);
112}
113
114
115uint64 RawRead::GetV()

Callers 2

ReadHeaderMethod · 0.80
ProcessExtra50Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected