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

Function nullcGetTypeName

NULLC/translation/runtime.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179const char* nullcGetTypeName(unsigned int typeID)
180{
181 return __nullcGetTypeInfo(typeID)->name;
182}
183
184unsigned int nullcGetArraySize(unsigned int typeID)
185{

Callers 3

__operatorSetFunction · 0.70
__redirectFunction · 0.70

Calls 1

__nullcGetTypeInfoFunction · 0.85

Tested by

no test coverage detected