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

Function nullcDebugTypeExtraInfo

NULLC/nullc.cpp:999–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997}
998
999unsigned int* nullcDebugTypeExtraInfo(unsigned int *count)
1000{
1001 using namespace NULLC;
1002
1003 if(count && linker)
1004 *count = linker->exTypeExtra.size();
1005 return linker ? linker->exTypeExtra.data : NULL;
1006}
1007
1008ExternVarInfo* nullcDebugVariableInfo(unsigned int *count)
1009{

Callers 2

FillVariableInfoTreeFunction · 0.85
GeneralCommandThreadFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected