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