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

Function isConstructor

lib/symboldatabase.h:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 }
796
797 bool isConstructor() const {
798 return type==FunctionType::eConstructor ||
799 type==FunctionType::eCopyConstructor ||
800 type==FunctionType::eMoveConstructor;
801 }
802
803 bool isDestructor() const {
804 return type==FunctionType::eDestructor;

Callers 2

FunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected