Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isMember
Method
isMember
lib/symboldatabase.cpp:2507–2509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2505
}
2506
2507
bool Variable::isMember() const {
2508
return mScope && mScope->isClassOrStructOrUnion();
2509
}
2510
2511
bool Variable::isPointerArray() const
2512
{
Callers
2
valueFlowUninit
Method · 0.80
checkShadowVariables
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected