Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void ExpressionCompiler::compile(Expression const& _expression)
84
{
85
_expression.accept(*this);
86
}
87
88
void ExpressionCompiler::appendStateVariableInitialization(VariableDeclaration const& _varDecl)
89
{
Callers
1
compileExpression
Method · 0.45
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected