Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1053
bool MathLib::isInt(const std::string & str)
1054
{
1055
return isDec(str) || isIntHex(str) || isOct(str) || isBin(str);
1056
}
1057
1058
std::string MathLib::getSuffix(const std::string& value)
1059
{
Callers
6
getTemplateInstantiations
Method · 0.45
simplifyNumericCalculations
Method · 0.45
promote
Method · 0.45
add
Method · 0.45
shiftLeft
Method · 0.45
shiftRight
Method · 0.45
Calls
1
isOct
Function · 0.85
Tested by
no test coverage detected