Return the current counter value. */
| 433 | |
| 434 | /** Return the current counter value. */ |
| 435 | ulong current_row_for_warning() const { return m_current_row_for_warning; } |
| 436 | |
| 437 | /** Return the number of warnings thrown by the current statement. */ |
| 438 | ulong current_statement_warn_count() const |
no outgoing calls
no test coverage detected