Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ hasBody
Function
hasBody
lib/symboldatabase.h:834–836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
832
}
833
834
bool hasBody() const {
835
return getFlag(fHasBody);
836
}
837
bool isInline() const {
838
return getFlag(fIsInline);
839
}
Callers
2
Function
Method · 0.85
addArguments
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected