| 105 | Row &row(size_t index) { return (*table_)[index]; } |
| 106 | |
| 107 | Column column(size_t index) { return table_->column(index); } |
| 108 | |
| 109 | Format &format() { return table_->format(); } |
| 110 |
nothing calls this directly
no outgoing calls
no test coverage detected