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

Function nullcDebugLocalInfo

NULLC/nullc.cpp:1026–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026ExternLocalInfo* nullcDebugLocalInfo(unsigned int *count)
1027{
1028 using namespace NULLC;
1029
1030 if(count && linker)
1031 *count = linker->exLocals.size();
1032 return linker ? linker->exLocals.data : NULL;
1033}
1034
1035char* nullcDebugSymbols(unsigned int *count)
1036{

Callers 2

FillVariableInfoTreeFunction · 0.85
GeneralCommandThreadFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected