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

Function nullcGetTypeCount

NULLC/includes/typeinfo.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326unsigned int nullcGetTypeCount()
327{
328 assert(NULLCTypeInfo::linker);
329 return NULLCTypeInfo::linker->exTypes.size();
330}
331
332int nullcIsFunction(unsigned int id)
333{

Callers 1

TypeCountMethod · 0.85

Calls 2

assertFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected