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

Function nullcDebugCode

NULLC/nullc.cpp:1060–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060VMCmd* nullcDebugCode(unsigned int *count)
1061{
1062 using namespace NULLC;
1063
1064 if(count && linker)
1065 *count = linker->exCode.size();
1066 return linker ? (VMCmd*)linker->exCode.data : NULL;
1067}
1068
1069ExternModuleInfo* nullcDebugModuleInfo(unsigned int *count)
1070{

Callers 1

FillVariableInfoTreeFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected