Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ tearDownTestFunctions
Function
tearDownTestFunctions
test/testfunctions.cpp:191–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void tearDownTestFunctions() {
192
for(auto &vec : testFunctions) {
193
for(auto &testFunc : vec) {
194
delete testFunc;
195
}
196
}
197
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected