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

Function nullcDebugVariableInfo

NULLC/nullc.cpp:1008–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008ExternVarInfo* nullcDebugVariableInfo(unsigned int *count)
1009{
1010 using namespace NULLC;
1011
1012 if(count && linker)
1013 *count = linker->exVariables.size();
1014 return linker ? linker->exVariables.data : NULL;
1015}
1016
1017ExternFuncInfo* nullcDebugFunctionInfo(unsigned int *count)
1018{

Callers 4

FillVariableInfoTreeFunction · 0.85
GeneralCommandThreadFunction · 0.85
RunCodeMethod · 0.85
RunInterfaceTestsFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by 2

RunCodeMethod · 0.68
RunInterfaceTestsFunction · 0.68