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

Method initialStateVariables

libsolidity/formal/CHC.cpp:1737–1740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1735}
1736
1737std::vector<smtutil::Expression> CHC::initialStateVariables()
1738{
1739 return stateVariablesAtIndex(0);
1740}
1741
1742std::vector<smtutil::Expression> CHC::stateVariablesAtIndex(unsigned _index)
1743{

Callers

nothing calls this directly

Calls 1

stateVariablesAtIndexFunction · 0.85

Tested by

no test coverage detected