Remove the mark.
()
| 628 | interface TextMarker { |
| 629 | /** Remove the mark. */ |
| 630 | clear(): void; |
| 631 | |
| 632 | /** Returns a {from, to} object (both holding document positions), indicating the current position of the marked range, |
| 633 | or undefined if the marker is no longer in the document. */ |
no outgoing calls
no test coverage detected