Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isExplicit
Function
isExplicit
lib/symboldatabase.h:861–863 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
859
return getFlag(fIsFriend);
860
}
861
bool isExplicit() const {
862
return getFlag(fIsExplicit);
863
}
864
bool isDefault() const {
865
return getFlag(fIsDefault);
866
}
Callers
1
Function
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected