MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isLambda

Function isLambda

lib/symboldatabase.h:793–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791 const Function *getOverriddenFunction(bool *foundAllBaseClasses = nullptr) const;
792
793 bool isLambda() const {
794 return type==FunctionType::eLambda;
795 }
796
797 bool isConstructor() const {
798 return type==FunctionType::eConstructor ||

Callers 1

FunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected