MCPcopy Create free account
hub / github.com/WheretIB/nullc / IsPointer

Function IsPointer

NULLC/includes/typeinfo.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 int IsPointer(int id)
137 {
138 assert(linker);
139 return linker->exTypes[id].subCat == ExternTypeInfo::CAT_POINTER;
140 }
141
142 int IsFunctionRef(NULLCRef r)
143 {

Callers 1

nullcIsPointerFunction · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected