()
| 78 | } |
| 79 | |
| 80 | private toggleDartdocComment() { |
| 81 | return this.toggleLineComment(true); |
| 82 | } |
| 83 | |
| 84 | private async toggleLineComment(onlyDartdoc = false) { |
| 85 | const editor = getActiveRealFileEditor(); |
nothing calls this directly
no test coverage detected