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

Method setMetadataFormat

libsolidity/interface/CompilerStack.h:436–436  ·  view source on GitHub ↗

Changes the format of the metadata appended at the end of the bytecode.

Source from the content-addressed store, hash-verified

434
435 /// Changes the format of the metadata appended at the end of the bytecode.
436 void setMetadataFormat(MetadataFormat _metadataFormat) { m_metadataFormat = _metadataFormat; }
437
438 bool isExperimentalSolidity() const;
439

Callers 8

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

Calls

no outgoing calls

Tested by 3

setupCompilerMethod · 0.64
setupCompilerMethod · 0.64
SemanticTestMethod · 0.64