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

Method createConstructorBlock

libsolidity/formal/CHC.cpp:1695–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1693}
1694
1695Predicate const* CHC::createConstructorBlock(ContractDefinition const& _contract, std::string const& _prefix)
1696{
1697 return createSymbolicBlock(
1698 constructorSort(_contract, state()),
1699 _prefix + "_" + uniquePrefix() + "_" + contractSuffix(_contract),
1700 PredicateType::ConstructorSummary,
1701 &_contract,
1702 &_contract
1703 );
1704}
1705
1706void CHC::createErrorBlock()
1707{

Callers

nothing calls this directly

Calls 1

constructorSortFunction · 0.85

Tested by

no test coverage detected