Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isStructEtc
Method
isStructEtc
lib/tokenize.cpp:664–666 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
662
}
663
664
bool isStructEtc() const {
665
return mRangeType.second && mRangeType.second->str() ==
"{"
;
666
}
667
668
std::string name() const {
669
return mNameToken ? mNameToken->str() :
""
;
Callers
1
simplifyTypedef
Method · 0.80
Calls
1
str
Method · 0.45
Tested by
no test coverage detected