(row)
| 5794 | } |
| 5795 | |
| 5796 | toggleLineCommentForBufferRow(row) { |
| 5797 | this.toggleLineCommentsForBufferRows(row, row); |
| 5798 | } |
| 5799 | |
| 5800 | toggleLineCommentsForBufferRows(start, end, options = {}) { |
| 5801 | const languageMode = this.buffer.getLanguageMode(); |
nothing calls this directly
no test coverage detected