Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ ClassName_Destroy
Function
ClassName_Destroy
scripts/CppUnitTemplates/ClassNameCPolymorphic.c:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void ClassName_Destroy(ClassName* self)
19
{
20
free(self);
21
}
22
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected