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

Function nullcIsSimple

NULLC/includes/typeinfo.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342int nullcIsSimple(unsigned int id)
343{
344 return NULLCTypeInfo::IsSimple(id);
345}
346
347int nullcIsArray(unsigned int id)
348{

Callers

nothing calls this directly

Calls 1

IsSimpleFunction · 0.85

Tested by

no test coverage detected