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

Method isGoodIteratorType

include/daScript/ast/ast_typedecl.h:841–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839 }
840
841 __forceinline bool TypeDecl::isGoodIteratorType() const {
842 return baseType==Type::tIterator && dim.size()==0 && firstType;
843 }
844
845 __forceinline bool TypeDecl::isGoodBlockType() const {
846 return baseType==Type::tBlock && dim.size()==0;

Callers 5

visitMethod · 0.80
preVisitForStackMethod · 0.80
visitForSourceMethod · 0.80
replaceGeneratorForFunction · 0.80
visitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected