Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isConst
Function
isConst
lib/symboldatabase.h:421–423 ·
view source on GitHub ↗
* Is variable const. * @return true if const, false if not */
Source
from the content-addressed store, hash-verified
419
* @return true if const, false if not
420
*/
421
bool isConst() const {
422
return getFlag(fIsConst);
423
}
424
425
/**
426
* Is variable a throw type.
Callers
2
Function
Method · 0.85
getOverriddenFunctionRecursive
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected