Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ fgetbits
Method
fgetbits
Libraries/unrar/getbits.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
uint BitInput::fgetbits()
39
{
40
// Function wrapped version of inline getbits to save code size.
41
return getbits();
42
}
43
44
45
void BitInput::SetExternalBuffer(byte *Buf)
Callers
11
ReadData
Method · 0.80
ShortLZ
Method · 0.80
LongLZ
Method · 0.80
HuffDecode
Method · 0.80
GetFlagsBuf
Method · 0.80
ReadFilterData
Method · 0.80
ReadFilter
Method · 0.80
ReadBlockHeader
Method · 0.80
ReadTables
Method · 0.80
AddVMCode
Method · 0.80
ReadTables30
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected