MCPcopy Create free account
hub / github.com/argotorg/solidity / compile

Method compile

libsolidity/codegen/ExpressionCompiler.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void ExpressionCompiler::compile(Expression const& _expression)
84{
85 _expression.accept(*this);
86}
87
88void ExpressionCompiler::appendStateVariableInitialization(VariableDeclaration const& _varDecl)
89{

Callers 1

compileExpressionMethod · 0.45

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected