Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ valueWithoutUnderscores
Method
valueWithoutUnderscores
libsolidity/ast/AST.cpp:1026–1029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1024
}
1025
1026
ASTString Literal::valueWithoutUnderscores() const
1027
{
1028
return boost::erase_all_copy(value(),
"_"
);
1029
}
1030
1031
bool Literal::isHexNumber() const
1032
{
Callers
5
endVisit
Method · 0.80
literalValue
Method · 0.80
isValidLiteral
Method · 0.80
rationalNumber
Method · 0.80
rationalValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected