Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isDestructor
Function
isDestructor
lib/symboldatabase.h:803–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
}
802
803
bool isDestructor() const {
804
return type==FunctionType::eDestructor;
805
}
806
bool isAttributeConstructor() const {
807
return tokenDef->isAttributeConstructor();
808
}
Callers
2
Function
Method · 0.85
getOverriddenFunctionRecursive
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected