Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isReference
Function
isReference
lib/symboldatabase.h:483–485 ·
view source on GitHub ↗
* Is reference variable. * @return true if reference, false otherwise */
Source
from the content-addressed store, hash-verified
481
* @return true if reference, false otherwise
482
*/
483
bool isReference() const {
484
return getFlag(fIsReference);
485
}
486
487
/**
488
* Is reference variable.
Callers
1
evaluate
Method · 0.85
Calls
1
getFlag
Function · 0.70
Tested by
no test coverage detected