MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isArrayOfSimpleType

Function isArrayOfSimpleType

include/daScript/simulate/debug_info.h:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 return dimSize == 1 && isSimpleBaseType(type);
400 }
401 __forceinline bool isArrayOfSimpleType() const {
402 return firstType && firstType->isSimpleType();
403 }
404 __forceinline bool isTableOfSimpleTypes() const {
405 return firstType && secondType
406 && firstType->isSimpleType()

Callers

nothing calls this directly

Calls 1

isSimpleTypeMethod · 0.80

Tested by

no test coverage detected