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

Method toString

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

Source from the content-addressed store, hash-verified

434 }
435
436 String UUID::toString() const
437 {
438 char buffer[ 1024 ];
439 format_token( buffer, ( xuuid_t* ) this );
440 return buffer;
441 }
442
443 bool UUID::fromString( const char* str )
444 {

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