Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ UnpackThreadData
Method
UnpackThreadData
Libraries/unrar/unpack.hpp:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
uint ThreadNumber; // For debugging.
129
130
UnpackThreadData()
131
:Inp(false)
132
{
133
Decoded=NULL;
134
}
135
~UnpackThreadData()
136
{
137
if (Decoded!=NULL)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected