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

Function IsFunction

NULLC/includes/typeinfo.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 int IsFunction(int id)
113 {
114 assert(linker);
115 return linker->exTypes[id].subCat == ExternTypeInfo::CAT_FUNCTION;
116 }
117
118 int IsClass(int id)
119 {

Callers 1

nullcIsFunctionFunction · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected