MCPcopy 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

isReadFunction · 0.70
isWriteFunction · 0.70
isInvalidFunction · 0.70
isInconclusiveFunction · 0.70
isIdempotentFunction · 0.70
isIncrementalFunction · 0.70
isSymbolicMatchFunction · 0.70
isInternalFunction · 0.70
matchesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected