Closed Tomaqa closed 3 weeks ago
We should keep insertedFormulasCount as it is - it returns the number of inserted formulas, not the number of currently valid assertions. For that, one can use getCurrentAssertionsView().size().
insertedFormulasCount
getCurrentAssertionsView().size()
We should keep
insertedFormulasCount
as it is - it returns the number of inserted formulas, not the number of currently valid assertions. For that, one can usegetCurrentAssertionsView().size()
.