Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
describeSelf
Method · 0.45
write
Method · 0.45
create
Method · 0.45
resolve
Method · 0.45
findOrCreate
Method · 0.45
ConsoleGetType
Function · 0.45
ConsoleType
Function · 0.45
Calls
1
format_token
Function · 0.85
Tested by
no test coverage detected