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

Function nullcGetFunctionType

NULLC/includes/typeinfo.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308unsigned int nullcGetFunctionType(unsigned int funcID)
309{
310 assert(NULLCTypeInfo::linker);
311 return NULLCTypeInfo::linker->exFunctions[funcID].funcType;
312}
313
314const char* nullcGetFunctionName(unsigned int funcID)
315{

Callers 1

FunctionRedirectMethod · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected