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

Method json

test/libsolidity/StandardCompiler.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 )")}
279 }) : Code(std::move(_code)) {}
280 [[nodiscard]] Json json() const override
281 {
282 return createLanguageAndSourcesSection("SolidityAST", m_code);
283 }
284};
285
286Json generateStandardJson(bool _viaIr, Json const& _debugInfoSelection, Json const& _outputSelection, Code const& _code = SolidityCode(), bool _advancedOutputSelection = false)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected