| 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 | |
| 439 | EngineFieldTable::Field Torque::UUIDEngineExport::getAField() |
no outgoing calls
no test coverage detected