MCPcopy 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}
174bool nullcIsArray(unsigned int typeID)
175{
176 return __nullcGetTypeInfo(typeID)->category == NULLC_ARRAY;
177}
178
179const char* nullcGetTypeName(unsigned int typeID)
180{

Callers 1

__operatorSetFunction · 0.70

Calls 1

__nullcGetTypeInfoFunction · 0.85

Tested by

no test coverage detected