Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ clear
Method
clear
test/TestSuite.cpp:138–144 ·
view source on GitHub ↗
Delete all the tests
Source
from the content-addressed store, hash-verified
136
137
// Delete all the tests
138
void TestSuite::clear() {
139
140
for (size_t i=0; i<mTests.size(); i++) {
141
delete mTests[i];
142
mTests[i] = nullptr;
143
}
144
}
Callers
15
main
Function · 0.45
testConvexHulls
Method · 0.45
TestHeightField
Method · 0.45
reset
Method · 0.45
testOverlapping
Method · 0.45
TestRaycast
Method · 0.45
reset
Method · 0.45
reset
Method · 0.45
TestWorldQueries
Method · 0.45
testAddRemoveClear
Method · 0.45
testContainsKey
Method · 0.45
testPushPop
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected