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

Method stateVariablesAtIndex

libsolidity/formal/CHC.cpp:1742–1746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

stateVariablesAtIndexFunction · 0.85
applyMapFunction · 0.85

Tested by

no test coverage detected