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