Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ ClassName
Class
ClassName
scripts/templates/ClassNameCPolymorphic.c:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <memory.h>
4
5
typedef struct ClassName
6
{
7
int placeHolderForHiddenStructElements;
8
};
9
10
ClassName* ClassName_Create(void)
11
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected