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

Method isGoodFunctionType

include/daScript/ast/ast_typedecl.h:849–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847 }
848
849 __forceinline bool TypeDecl::isGoodFunctionType() const {
850 return baseType==Type::tFunction && dim.size()==0;
851 }
852
853 __forceinline bool TypeDecl::isGoodLambdaType() const {
854 return baseType==Type::tLambda && dim.size()==0;

Callers 6

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

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected