Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ DataHash
Method
DataHash
Libraries/unrar/hash.cpp:42–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
DataHash::DataHash()
43
{
44
blake2ctx=NULL;
45
HashType=HASH_NONE;
46
#ifdef RAR_SMP
47
ThPool=NULL;
48
MaxThreads=0;
49
#endif
50
}
51
52
53
DataHash::~DataHash()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected