Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ ~BitInput
Method
~BitInput
Libraries/unrar/getbits.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
BitInput::~BitInput()
25
{
26
if (!ExternalBuffer)
27
delete[] InBuf;
28
}
29
30
31
void BitInput::faddbits(uint Bits)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected