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

Function isGlobal

lib/vf_analyzers.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 virtual bool isGlobal() const {
94 return false;
95 }
96 virtual bool dependsOnThis() const {
97 return false;
98 }

Callers 2

analyzeMatchFunction · 0.70
analyzeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected