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

Method createErrorBlock

libsolidity/formal/CHC.cpp:1706–1713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704}
1705
1706void CHC::createErrorBlock()
1707{
1708 m_errorPredicate = createSymbolicBlock(
1709 arity0FunctionSort(),
1710 "error_target_" + std::to_string(m_context.newUniqueId()),
1711 PredicateType::Error
1712 );
1713}
1714
1715void CHC::connectBlocks(smtutil::Expression const& _from, smtutil::Expression const& _to, smtutil::Expression const& _constraints)
1716{

Callers

nothing calls this directly

Calls 3

arity0FunctionSortFunction · 0.85
newUniqueIdMethod · 0.80
to_stringFunction · 0.50

Tested by

no test coverage detected