Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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