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

Function isClassVariable

lib/vf_analyzers.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 return false;
98 }
99 virtual bool isClassVariable() const {
100 return false;
101 }
102
103 const Settings& getSettings() const {
104 return settings;

Callers 1

analyzeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected