(tableId: Id)
| 1477 | mapKeys(mapGet(tableCellIds, id(tableId))); |
| 1478 | |
| 1479 | const getRowCount = (tableId: Id): number => |
| 1480 | collSize(mapGet(tablesMap, id(tableId))); |
| 1481 | |
| 1482 | const getRowIds = (tableId: Id): Ids => |
| 1483 | mapKeys(mapGet(tablesMap, id(tableId))); |
no test coverage detected
searching dependent graphs…