(row: DbRow, fieldId: string)
| 25 | } |
| 26 | |
| 27 | function cell(row: DbRow, fieldId: string): string { |
| 28 | return row.cells[fieldId] ?? '' |
| 29 | } |
| 30 | |
| 31 | // --------------------------------------------------------------------------- |
| 32 | // Filtering |
no outgoing calls
no test coverage detected