Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ AllocLetTestFree_Destroy
Function
AllocLetTestFree_Destroy
tests/CppUTest/AllocLetTestFree.c:20–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void AllocLetTestFree_Destroy(AllocLetTestFree self)
21
{
22
AllocLetTestFree no_use = self;
23
self = NULL;
24
self = no_use;
25
(void)self;
26
27
}
28
#endif
Callers
1
teardown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected