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

Method createFunction

libsolidity/codegen/ABIFunctions.cpp:1536–1539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1534}
1535
1536std::string ABIFunctions::createFunction(std::string const& _name, std::function<std::string ()> const& _creator)
1537{
1538 return m_functionCollector.createFunction(_name, _creator);
1539}
1540
1541size_t ABIFunctions::headSize(TypePointers const& _targetTypes)
1542{

Calls

no outgoing calls

Tested by

no test coverage detected