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

Method isScalarOrEmpty

lib/infer.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 bool isScalarOrEmpty() const {
99 return empty() || isScalar();
100 }
101
102 MathLib::bigint getScalar() const
103 {

Callers 1

inferFunction · 0.80

Calls 1

emptyFunction · 0.85

Tested by

no test coverage detected