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

Method toString

Engine/source/core/util/uuid.cpp:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 }
414
415 String UUID::toString() const
416 {
417 char buffer[ 1024 ];
418 format_token( buffer, ( xuuid_t* ) this );
419 return buffer;
420 }
421
422 bool UUID::fromString( const char* str )
423 {

Callers 7

describeSelfMethod · 0.45
writeMethod · 0.45
createMethod · 0.45
resolveMethod · 0.45
findOrCreateMethod · 0.45
ConsoleGetTypeFunction · 0.45
ConsoleTypeFunction · 0.45

Calls 1

format_tokenFunction · 0.85

Tested by

no test coverage detected