| 1267 | } |
| 1268 | |
| 1269 | bytes CompilerStack::cborMetadata(std::string const& _contractName, bool _forIR) const |
| 1270 | { |
| 1271 | solAssert(m_stackState >= AnalysisSuccessful, "Analysis was not successful."); |
| 1272 | return createCBORMetadata(contract(_contractName), _forIR); |
| 1273 | } |
| 1274 | |
| 1275 | std::string const& CompilerStack::metadata(Contract const& _contract) const |
| 1276 | { |
no outgoing calls
no test coverage detected