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

Function IsSimple

NULLC/includes/typeinfo.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 int IsSimple(int id)
125 {
126 assert(linker);
127 return linker->exTypes[id].subCat == ExternTypeInfo::CAT_NONE;
128 }
129
130 int IsArray(int id)
131 {

Callers 1

nullcIsSimpleFunction · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected