MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / CalcHashValue

Method CalcHashValue

src/External/CascLib/src/CascRootFile_MNDX.cpp:1321–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1319 }
1320
1321 DWORD CalcHashValue(const char * szPath)
1322 {
1323 return (BYTE)(szPath[PathLength]) ^ (NodeIndex << 0x05) ^ NodeIndex;
1324 }
1325
1326 TGenericArray<TPathStop> PathStops; // Array of path checkpoints
1327 TGenericArray<char> PathBuffer; // Buffer for building a file name

Callers 2

ComparePathFragmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected