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

Method useMetadataLiteralSources

libsolidity/interface/CompilerStack.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void CompilerStack::useMetadataLiteralSources(bool _metadataLiteralSources)
299{
300 solAssert(m_stackState < ParsedAndImported, "Must set use literal sources before parsing.");
301 m_metadataLiteralSources = _metadataLiteralSources;
302}
303
304void CompilerStack::setMetadataHash(MetadataHash _metadataHash)
305{

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected