MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcGetSubType

Function nullcGetSubType

NULLC/translation/runtime.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 return __nullcGetTypeInfo(typeID)->memberCount;
187}
188unsigned int nullcGetSubType(unsigned int typeID)
189{
190 return __nullcGetTypeInfo(typeID)->subTypeID;
191}
192unsigned int nullcGetTypeSize(unsigned int typeID)
193{
194 return __nullcGetTypeInfo(typeID)->size;

Callers 1

__operatorSetFunction · 0.70

Calls 1

__nullcGetTypeInfoFunction · 0.85

Tested by

no test coverage detected