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

Method cborMetadata

libsolidity/interface/CompilerStack.cpp:1269–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267}
1268
1269bytes 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
1275std::string const& CompilerStack::metadata(Contract const& _contract) const
1276{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected