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

Method parameterTypes

libsolidity/ast/Types.cpp:3069–3074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3067}
3068
3069TypePointers FunctionType::parameterTypes() const
3070{
3071 if (!hasBoundFirstArgument())
3072 return m_parameterTypes;
3073 return TypePointers(m_parameterTypes.cbegin() + 1, m_parameterTypes.cend());
3074}
3075
3076TypePointers const& FunctionType::parameterTypesIncludingSelf() const
3077{

Callers 15

BOOST_AUTO_TEST_CASEFunction · 0.80
generateMethod · 0.80
gasEstimatesMethod · 0.80
endVisitMethod · 0.80
visitMethod · 0.80
operatorDefinitionsMethod · 0.80
FunctionTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected