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

Method isGoodBlockType

include/daScript/ast/ast_typedecl.h:845–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 }
844
845 __forceinline bool TypeDecl::isGoodBlockType() const {
846 return baseType==Type::tBlock && dim.size()==0;
847 }
848
849 __forceinline bool TypeDecl::isGoodFunctionType() const {
850 return baseType==Type::tFunction && dim.size()==0;

Callers 10

visitMethod · 0.80
visitLetMethod · 0.80
visitLetInitMethod · 0.80
isMatchingArgumentMethod · 0.80
inferFunctionCallMethod · 0.80
preVisitMethod · 0.80
visitMethod · 0.80
preVisitMethod · 0.80
sv_makeCopyMethod · 0.80
sv_simulateLetInitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected