MCPcopy 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

MemberTypeFunction · 0.85
TypeSubTypeFunction · 0.85
TypeReturnTypeFunction · 0.85
TypeArgumentTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected