Return the current counter value. */
| 750 | |
| 751 | /** Return the current counter value. */ |
| 752 | ulong current_row_for_warning() const { return m_current_row_for_warning; } |
| 753 | |
| 754 | /** Return the number of warnings thrown by the current statement. */ |
| 755 | ulong current_statement_warn_count() const |
no outgoing calls
no test coverage detected