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

Method isGoodTableType

include/daScript/ast/ast_typedecl.h:869–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867 }
868
869 __forceinline bool TypeDecl::isGoodTableType() const {
870 return baseType==Type::tTable && dim.size()==0 && firstType && secondType;
871 }
872
873 __forceinline bool TypeDecl::isVoid() const {
874 return (baseType==Type::tVoid) && (dim.size()==0);

Callers 11

preVisitMethod · 0.80
visitMethod · 0.80
visitLetMethod · 0.80
propagateAtMethod · 0.80
visitMethod · 0.80
isMatchingArgumentMethod · 0.80
inferFunctionCallMethod · 0.80
preVisitMethod · 0.80
isEmptyInitMethod · 0.80
visitMethod · 0.80
sv_trySimulate_AtMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected