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

Method find

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

Returns a {from, to} object (both holding document positions), indicating the current position of the marked range, or undefined if the marker is no longer in the document.

()

Source from the content-addressed store, hash-verified

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. */
634 find(): CodeMirror.Range|CodeMirror.Position;
635 /** Returns an object representing the options for the marker. If copyWidget is given true, it will clone the value of the replacedWith option, if any. */
636 getOptions(copyWidget: boolean): CodeMirror.TextMarkerOptions;
637 }

Callers 15

lineLengthFunction · 0.65
walkFunction · 0.65
skipAtomicInnerFunction · 0.65
coordsCharFunction · 0.65
codemirror.jsFile · 0.65
copySharedMarkersFunction · 0.65
removeReadOnlyRangesFunction · 0.65
compareCollapsedMarkersFunction · 0.65
visualLineFunction · 0.65
visualLineContinuedFunction · 0.65
visualLineEndNoFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected