MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getHash

Method getHash

Engine/source/core/util/uuid.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 }
453
454 U32 UUID::getHash() const
455 {
456 return ( a + b + c + d + e + f[ 0 ] + f[ 1 ] + f[ 2 ] + f[ 3 ] + f[ 4 ] + f[ 5 ] );
457 }
458}

Callers 6

computeNetMD5Method · 0.45
HashNetAddressFunction · 0.45
hashFunction · 0.45
findMethod · 0.45
addToTableMethod · 0.45
removeFromTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected