MCPcopy
hub / github.com/witheve/Eve / clear

Method clear

typings/codemirror/codemirror.d.ts:630–630  ·  view source on GitHub ↗

Remove the mark.

()

Source from the content-addressed store, hash-verified

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. */

Callers 15

markTextFunction · 0.95
initScrollbarsFunction · 0.65
codemirror.jsFile · 0.65
useNextSlotFunction · 0.65
VimFunction · 0.65
RegisterFunction · 0.65
exitVisualModeFunction · 0.65
updateMarkFunction · 0.65
highlightSearchMatchesFunction · 0.65
clearSearchHighlightFunction · 0.65
updateFakeCursorFunction · 0.65
updateNodeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected