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