()
| 1923 | const getTransactionChanges = (): Changes => getTransactionChangesImpl(); |
| 1924 | |
| 1925 | const getEncodedTransactionChanges = (): Changes => |
| 1926 | getTransactionChangesImpl(true); |
| 1927 | |
| 1928 | const getTransactionLog = (): TransactionLog => [ |
| 1929 | !collIsEmpty(changedCells), |
nothing calls this directly
no test coverage detected
searching dependent graphs…