MCPcopy 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

26using namespace solidity::langutil;
27
28Literal Dialect::zeroLiteral() const
29{
30 return {DebugData::create(), LiteralKind::Number, LiteralValue(0, std::nullopt)};
31}

Callers 3

operator()Method · 0.80
performInlineMethod · 0.80
operator()Method · 0.80

Calls 1

LiteralValueClass · 0.70

Tested by

no test coverage detected