The ~Statement destructor currently covers any state this object creates. Additionally, we actually DON'T want to revert stmt->locked or db_state ->iterators in this destructor, to ensure deterministic database access.
| 22 | // Additionally, we actually DON'T want to revert stmt->locked or db_state |
| 23 | // ->iterators in this destructor, to ensure deterministic database access. |
| 24 | StatementIterator::~StatementIterator() {} |
| 25 | |
| 26 | void StatementIterator::Next(NODE_ARGUMENTS info) { |
| 27 | assert(alive == true); |
nothing calls this directly
no outgoing calls
no test coverage detected