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

Function nullcDebugSymbols

NULLC/nullc.cpp:1035–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033}
1034
1035char* nullcDebugSymbols(unsigned int *count)
1036{
1037 using namespace NULLC;
1038
1039 if(count && linker)
1040 *count = linker->exSymbols.size();
1041 return linker ? linker->exSymbols.data : NULL;
1042}
1043
1044char* nullcDebugSource()
1045{

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