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

Method fromString

Engine/source/core/util/uuid.cpp:443–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 }
442
443 bool UUID::fromString( const char* str )
444 {
445 if( parse_token( str, ( xuuid_t* ) this ) != 0 )
446 {
447 dMemset( this, 0, sizeof( UUID ) );
448 return false;
449 }
450
451 return true;
452 }
453
454 U32 UUID::getHash() const
455 {

Callers 2

processArgumentsMethod · 0.80
ConsoleSetTypeFunction · 0.80

Calls 2

parse_tokenFunction · 0.85
dMemsetFunction · 0.50

Tested by

no test coverage detected