MCPcopy 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

FunctionMethod · 0.85
addArgumentsMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected