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

Method parameterNames

libsolidity/ast/Types.cpp:3040–3045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3038}
3039
3040std::vector<std::string> FunctionType::parameterNames() const
3041{
3042 if (!hasBoundFirstArgument())
3043 return m_parameterNames;
3044 return std::vector<std::string>(m_parameterNames.cbegin() + 1, m_parameterNames.cend());
3045}
3046
3047TypePointers FunctionType::returnParameterTypesWithoutDynamicTypes() const
3048{

Callers 4

generateMethod · 0.80
visitMethod · 0.80
sortedArgumentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected