Reset the current row counter. Start counting from the first row. */
| 740 | |
| 741 | /** Reset the current row counter. Start counting from the first row. */ |
| 742 | void reset_current_row_for_warning(int n) { m_current_row_for_warning= n; } |
| 743 | |
| 744 | ulong set_current_row_for_warning(ulong row) |
| 745 | { |
no outgoing calls
no test coverage detected