MCPcopy Create free account
hub / github.com/pulsar-edit/pulsar / toggleLineCommentForBufferRow

Method toggleLineCommentForBufferRow

src/text-editor.js:5796–5798  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

5794 }
5795
5796 toggleLineCommentForBufferRow(row) {
5797 this.toggleLineCommentsForBufferRows(row, row);
5798 }
5799
5800 toggleLineCommentsForBufferRows(start, end, options = {}) {
5801 const languageMode = this.buffer.getLanguageMode();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected