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

Method isGoodLambdaType

include/daScript/ast/ast_typedecl.h:853–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851 }
852
853 __forceinline bool TypeDecl::isGoodLambdaType() const {
854 return baseType==Type::tLambda && dim.size()==0;
855 }
856
857 __forceinline bool TypeDecl::isGoodArrayType() const {
858 return baseType==Type::tArray && dim.size()==0 && firstType;

Callers 4

visitMethod · 0.80
isMatchingArgumentMethod · 0.80
inferFunctionCallMethod · 0.80
preVisitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected