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