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

Method generate

Engine/source/core/util/uuid.cpp:404–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 UUID UUID::smNull;
403
404 void UUID::generate()
405 {
406 if( !gUUIDStateInitialized )
407 {
408 create_uuid_state( &gUUIDState );
409 gUUIDStateInitialized = true;
410 }
411
412 create_token( &gUUIDState, ( xuuid_t* ) this );
413 }
414
415 String UUID::toString() const
416 {

Callers 2

SimPersistIDMethod · 0.45

Calls 2

create_uuid_stateFunction · 0.85
create_tokenFunction · 0.85

Tested by

no test coverage detected