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

Function isInternal

lib/analyzer.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 bool isInternal() const {
106 return get(Internal);
107 }
108
109 bool matches() const {
110 return get(Match);

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected