Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nullcIsFunction
Function · 0.85
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected