Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ nullcIsArray
Function
nullcIsArray
NULLC/translation/runtime.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
return &__nullcTypeList[id];
173
}
174
bool nullcIsArray(unsigned int typeID)
175
{
176
return __nullcGetTypeInfo(typeID)->category == NULLC_ARRAY;
177
}
178
179
const char* nullcGetTypeName(unsigned int typeID)
180
{
Callers
1
__operatorSet
Function · 0.70
Calls
1
__nullcGetTypeInfo
Function · 0.85
Tested by
no test coverage detected