Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ zeroLiteral
Method
zeroLiteral
libyul/Dialect.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
using namespace solidity::langutil;
27
28
Literal Dialect::zeroLiteral() const
29
{
30
return {DebugData::create(), LiteralKind::Number, LiteralValue(0, std::nullopt)};
31
}
Callers
3
operator()
Method · 0.80
performInline
Method · 0.80
operator()
Method · 0.80
Calls
1
LiteralValue
Class · 0.70
Tested by
no test coverage detected