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

Method isNotEqual

lib/mathlib.cpp:1262–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262bool MathLib::isNotEqual(const std::string &first, const std::string &second)
1263{
1264 return !isEqual(first, second);
1265}
1266
1267// cppcheck-suppress unusedFunction
1268bool MathLib::isGreater(const std::string &first, const std::string &second)

Callers

nothing calls this directly

Calls 1

isEqualFunction · 0.85

Tested by

no test coverage detected