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

Class YulCode

test/libsolidity/StandardCompiler.cpp:197–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195};
196
197class YulCode: public Code
198{
199public:
200 explicit YulCode(std::map<std::string, Json> _code = {
201 {"fileA", "{}"}
202 }) : Code(std::move(_code)) {}
203 [[nodiscard]] Json json() const override
204 {
205 return createLanguageAndSourcesSection("Yul", m_code);
206 }
207};
208
209class EvmAssemblyCode: public Code
210{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected