Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ getTypeID
Function
getTypeID
NULLC/includes/typeinfo.cpp:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
struct TypeID{ unsigned typeID; };
9
TypeID getTypeID(unsigned id){ TypeID ret; ret.typeID = id; return ret; }
10
11
int MemberCount(int* type)
12
{
Callers
4
MemberType
Function · 0.85
TypeSubType
Function · 0.85
TypeReturnType
Function · 0.85
TypeArgumentType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected