Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isStatic
Method
isStatic
kdevplatform/language/duchain/classmemberdeclaration.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool ClassMemberDeclaration::isStatic() const
64
{
65
return d_func()->m_isStatic;
66
}
67
68
void ClassMemberDeclaration::setStatic(bool isStatic)
69
{
Callers
5
completionProperties
Method · 0.80
declarationDetails
Method · 0.80
FunctionDescription
Method · 0.80
DeclarationTest
Function · 0.80
makeSignatureString
Function · 0.80
Calls
no outgoing calls
Tested by
1
DeclarationTest
Function · 0.64