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

Function nullcGetArraySize

NULLC/translation/runtime.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184unsigned int nullcGetArraySize(unsigned int typeID)
185{
186 return __nullcGetTypeInfo(typeID)->memberCount;
187}
188unsigned int nullcGetSubType(unsigned int typeID)
189{
190 return __nullcGetTypeInfo(typeID)->subTypeID;

Callers 1

__operatorSetFunction · 0.70

Calls 1

__nullcGetTypeInfoFunction · 0.85

Tested by

no test coverage detected