MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / GetCRC32

Method GetCRC32

Libraries/unrar/hash.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122uint DataHash::GetCRC32()
123{
124 return HashType==HASH_CRC32 ? CurCRC32^0xffffffff : 0;
125}
126
127
128bool DataHash::Cmp(HashValue *CmpValue,byte *Key)

Callers 4

ExtractACL20Function · 0.80
DoGetCommentMethod · 0.80
CalcFileSumFunction · 0.80
ExtractStreams20Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected