MCPcopy Create free account
hub / github.com/Parchive/par2cmdline / VerificationHashTable

Method VerificationHashTable

src/verificationhashtable.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#endif
29
30VerificationHashTable::VerificationHashTable(void)
31{
32 hashmask = 0;
33 hashtable = 0;
34}
35
36VerificationHashTable::~VerificationHashTable(void)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected