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

Method createSubAssembly

libyul/backends/evm/NoOutputAssembly.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123std::pair<std::shared_ptr<AbstractAssembly>, AbstractAssembly::SubID> NoOutputAssembly::createSubAssembly(bool, std::string)
124{
125 yulAssert(false, "Sub assemblies not implemented.");
126 return {};
127}
128
129AbstractAssembly::FunctionID NoOutputAssembly::registerFunction(uint8_t _args, uint8_t _rets, bool)
130{

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected