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

Function nullcGetFunctionName

NULLC/includes/typeinfo.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314const char* nullcGetFunctionName(unsigned int funcID)
315{
316 assert(NULLCTypeInfo::linker);
317 return &NULLCTypeInfo::linker->exSymbols[NULLCTypeInfo::linker->exFunctions[funcID].offsetToName];
318}
319
320unsigned int nullcGetArraySize(unsigned int typeID)
321{

Callers 1

FunctionRedirectMethod · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected