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

Method json

test/libsolidity/StandardCompiler.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 )")}
231 }) : Code(std::move(_code)) {}
232 [[nodiscard]] Json json() const override
233 {
234 return createLanguageAndSourcesSection("EVMAssembly", m_code, false);
235 }
236};
237
238class SolidityAstCode: public Code

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected