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

Function nullcIsArray

NULLC/includes/typeinfo.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347int nullcIsArray(unsigned int id)
348{
349 return NULLCTypeInfo::IsArray(id);
350}
351
352int nullcIsPointer(unsigned int id)
353{

Callers 2

AutoArrayAssignMethod · 0.50
AutoArrayAssignRevMethod · 0.50

Calls 1

IsArrayFunction · 0.85

Tested by

no test coverage detected