Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ IsArray
Function
IsArray
NULLC/includes/typeinfo.cpp:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
int IsArray(int id)
131
{
132
assert(linker);
133
return linker->exTypes[id].subCat == ExternTypeInfo::CAT_ARRAY;
134
}
135
136
int IsPointer(int id)
137
{
Callers
1
nullcIsArray
Function · 0.85
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected