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

Function IsClass

NULLC/includes/typeinfo.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 int IsClass(int id)
119 {
120 assert(linker);
121 return linker->exTypes[id].subCat == ExternTypeInfo::CAT_CLASS;
122 }
123
124 int IsSimple(int id)
125 {

Callers 1

nullcIsClassFunction · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected