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