MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isSymbolicMatch

Function isSymbolicMatch

lib/analyzer.h:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 bool isSymbolicMatch() const {
102 return get(SymbolicMatch);
103 }
104
105 bool isInternal() const {
106 return get(Internal);

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected