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

Method isInt

lib/mathlib.cpp:1053–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053bool MathLib::isInt(const std::string & str)
1054{
1055 return isDec(str) || isIntHex(str) || isOct(str) || isBin(str);
1056}
1057
1058std::string MathLib::getSuffix(const std::string& value)
1059{

Callers 6

promoteMethod · 0.45
addMethod · 0.45
shiftLeftMethod · 0.45
shiftRightMethod · 0.45

Calls 1

isOctFunction · 0.85

Tested by

no test coverage detected