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

Function nullcGetTypeName

NULLC/includes/typeinfo.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302const char* nullcGetTypeName(unsigned int typeID)
303{
304 assert(NULLCTypeInfo::linker);
305 return &NULLCTypeInfo::linker->exSymbols[NULLCTypeInfo::linker->exTypes[typeID].offsetToName];
306}
307
308unsigned int nullcGetFunctionType(unsigned int funcID)
309{

Callers 6

VectorPushBackFunction · 0.70
FunctionRedirectMethod · 0.50
AutoArrayAssignMethod · 0.50
AutoArrayAssignRevMethod · 0.50
AutoArraySetMethod · 0.50
ArrayCopyMethod · 0.50

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected