Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ nullcGetTypeName
Function
nullcGetTypeName
NULLC/translation/runtime.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
const char* nullcGetTypeName(unsigned int typeID)
180
{
181
return __nullcGetTypeInfo(typeID)->name;
182
}
183
184
unsigned int nullcGetArraySize(unsigned int typeID)
185
{
Callers
3
__operatorSet
Function · 0.70
__redirect
Function · 0.70
auto____set_void_ref_auto_ref_int_
Function · 0.70
Calls
1
__nullcGetTypeInfo
Function · 0.85
Tested by
no test coverage detected