Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isStaticLocal
Function
isStaticLocal
lib/symboldatabase.h:852–854 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
850
return getFlag(fIsStatic);
851
}
852
bool isStaticLocal() const {
853
return getFlag(fIsStaticLocal);
854
}
855
bool isExtern() const {
856
return getFlag(fIsExtern);
857
}
Callers
1
setFlags
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected