Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ IsArrayRef
Function
IsArrayRef
NULLC/includes/typeinfo.cpp:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
int IsArrayRef(NULLCRef r)
161
{
162
assert(linker);
163
return linker->exTypes[r.typeID].subCat == ExternTypeInfo::CAT_ARRAY;
164
}
165
166
int IsPointerRef(NULLCRef r)
167
{
Callers
nothing calls this directly
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected