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

Method setMetadataHash

libsolidity/interface/CompilerStack.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void CompilerStack::setMetadataHash(MetadataHash _metadataHash)
305{
306 solAssert(m_stackState < ParsedAndImported, "Must set metadata hash before parsing.");
307 m_metadataHash = _metadataHash;
308}
309
310void CompilerStack::selectDebugInfo(DebugInfoSelection _debugInfoSelection)
311{

Callers 6

setupCompilerMethod · 0.80
SemanticTestMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by 2

setupCompilerMethod · 0.64
SemanticTestMethod · 0.64