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

Function nullcDebugTypeInfo

NULLC/nullc.cpp:990–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988
989#ifndef NULLC_NO_EXECUTOR
990ExternTypeInfo* nullcDebugTypeInfo(unsigned int *count)
991{
992 using namespace NULLC;
993
994 if(count && linker)
995 *count = linker->exTypes.size();
996 return linker ? linker->exTypes.data : NULL;
997}
998
999unsigned int* nullcDebugTypeExtraInfo(unsigned int *count)
1000{

Callers 3

FillVariableInfoTreeFunction · 0.85
WndProcFunction · 0.85
GeneralCommandThreadFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected