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

Method getHash

Engine/source/core/util/uuid.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 }
432
433 U32 UUID::getHash() const
434 {
435 return ( a + b + c + d + e + f[ 0 ] + f[ 1 ] + f[ 2 ] + f[ 3 ] + f[ 4 ] + f[ 5 ] );
436 }
437}
438
439EngineFieldTable::Field Torque::UUIDEngineExport::getAField()

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