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

Function validateTree

Engine/source/platform/platformMemory.cpp:429–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429static void validateTree()
430{
431 if(gFreeTreeRoot == NIL)
432 return;
433 validateParentageRecurse(gFreeTreeRoot);
434 validateTreeRecurse(gFreeTreeRoot);
435}
436
437void validate()
438{

Callers 1

validateFunction · 0.85

Calls 2

validateParentageRecurseFunction · 0.85
validateTreeRecurseFunction · 0.85

Tested by

no test coverage detected