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

Method type

libsolidity/experimental/analysis/TypeInference.cpp:1206–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204}
1205
1206experimental::Type TypeInference::type(ASTNode const& _node) const
1207{
1208 auto result = annotation(_node).type;
1209 solAssert(result);
1210 return *result;
1211}
1212TypeConstructor TypeInference::typeConstructor(Declaration const* _type) const
1213{
1214 if (auto const& constructor = m_analysis.annotation<TypeRegistration>(*_type).typeConstructor)

Callers 2

TypeInferenceMethod · 0.45
endVisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected