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

Method json

test/libsolidity/StandardCompiler.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

generateStandardJsonFunction · 0.45
query_apiFunction · 0.45

Calls 1

Tested by

no test coverage detected