Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
unsigned int nullcGetTypeCount()
327
{
328
assert(NULLCTypeInfo::linker);
329
return NULLCTypeInfo::linker->exTypes.size();
330
}
331
332
int nullcIsFunction(unsigned int id)
333
{
Callers
1
TypeCount
Method · 0.85
Calls
2
assert
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected