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

Method isTuple

include/daScript/ast/ast_typedecl.h:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 }
817
818 __forceinline bool TypeDecl::isTuple() const {
819 return (baseType==Type::tTuple) && (dim.size()==0);
820 }
821
822 __forceinline bool TypeDecl::isFunction() const {
823 return (baseType==Type::tFunction) && (dim.size()==0);

Callers 8

verifyToTableMoveMethod · 0.80
getNamelessHintMethod · 0.80
visitMethod · 0.80
preVisitForStackMethod · 0.80
visitMethod · 0.80
makeCloneTupleFunction · 0.80
generateTupleFinalizerFunction · 0.80
visitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected