MCPcopy 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
1026ASTString Literal::valueWithoutUnderscores() const
1027{
1028 return boost::erase_all_copy(value(), "_");
1029}
1030
1031bool Literal::isHexNumber() const
1032{

Callers 5

endVisitMethod · 0.80
literalValueMethod · 0.80
isValidLiteralMethod · 0.80
rationalNumberMethod · 0.80
rationalValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected