Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ get
Function
get
lib/analyzer.h:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
bool get(unsigned int f) const {
66
return ((mFlag & f) != 0);
67
}
68
69
bool isRead() const {
70
return get(Read);
Callers
9
isRead
Function · 0.70
isWrite
Function · 0.70
isInvalid
Function · 0.70
isInconclusive
Function · 0.70
isIdempotent
Function · 0.70
isIncremental
Function · 0.70
isSymbolicMatch
Function · 0.70
isInternal
Function · 0.70
matches
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected