Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isExtern
Function
isExtern
lib/symboldatabase.h:413–415 ·
view source on GitHub ↗
* Is variable extern. * @return true if extern, false if not */
Source
from the content-addressed store, hash-verified
411
* @return true if extern, false if not
412
*/
413
bool isExtern() const {
414
return getFlag(fIsExtern);
415
}
416
417
/**
418
* Is variable const.
Callers
2
setFlags
Method · 0.85
isLocal
Function · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected