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