| 1740 | } |
| 1741 | |
| 1742 | std::vector<smtutil::Expression> CHC::stateVariablesAtIndex(unsigned _index) |
| 1743 | { |
| 1744 | solAssert(m_currentContract, ""); |
| 1745 | return stateVariablesAtIndex(_index, *m_currentContract); |
| 1746 | } |
| 1747 | |
| 1748 | std::vector<smtutil::Expression> CHC::stateVariablesAtIndex(unsigned _index, ContractDefinition const& _contract) |
| 1749 | { |
nothing calls this directly
no test coverage detected