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

Method acceptAndConvert

libsolidity/codegen/ExpressionCompiler.cpp:3084–3088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3082}
3083
3084void ExpressionCompiler::acceptAndConvert(Expression const& _expression, Type const& _type, bool _cleanupNeeded)
3085{
3086 _expression.accept(*this);
3087 utils().convertType(*_expression.annotation().type, _type, _cleanupNeeded);
3088}
3089
3090CompilerUtils ExpressionCompiler::utils()
3091{

Callers

nothing calls this directly

Calls 2

convertTypeMethod · 0.80
acceptMethod · 0.45

Tested by

no test coverage detected