Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isStatic
Function
isStatic
lib/symboldatabase.h:405–407 ·
view source on GitHub ↗
* Is variable static. * @return true if static, false if not */
Source
from the content-addressed store, hash-verified
403
* @return true if static, false if not
404
*/
405
bool isStatic() const {
406
return getFlag(fIsStatic);
407
}
408
409
/**
410
* Is variable extern.
Callers
3
setFlags
Method · 0.85
isSafe
Method · 0.85
getOverloadedFunctions
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected