()
| 2142 | return store; |
| 2143 | }; |
| 2144 | const getTransactionChanges = () => getTransactionChangesImpl(); |
| 2145 | const getEncodedTransactionChanges = () => getTransactionChangesImpl(true); |
| 2146 | const getTransactionLog = () => [ |
| 2147 | !collIsEmpty(changedCells), |
nothing calls this directly
no test coverage detected
searching dependent graphs…