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

Function nullcDebugSource

NULLC/nullc.cpp:1044–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044char* nullcDebugSource()
1045{
1046 using namespace NULLC;
1047
1048 return linker ? linker->exSource.data : NULL;
1049}
1050
1051NULLCCodeInfo* nullcDebugCodeInfo(unsigned int *count)
1052{

Callers 5

IDEDebugBreakExFunction · 0.85
FillVariableInfoTreeFunction · 0.85
SuperCalcSetBreakpointsFunction · 0.85
WndProcFunction · 0.85
GeneralCommandThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected