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

Method json

test/libsolidity/StandardCompiler.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 {"fileA", "pragma solidity >=0.0; contract C { function f() public pure {} }"}
190 }) : Code(std::move(_code)) {}
191 [[nodiscard]] Json json() const override
192 {
193 return createLanguageAndSourcesSection("Solidity", m_code);
194 }
195};
196
197class YulCode: public Code

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected