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

Method from

src/ide.ts:557–557  ·  view source on GitHub ↗

Position (in the pre-change coordinate system) where the change started.

()

Source from the content-addressed store, hash-verified

555 get removed() { return this._raw.removed; }
556 /** Position (in the pre-change coordinate system) where the change started. */
557 get from() { return this._raw.from; }
558 /** Position (in the pre-change coordinate system) where the change ended. */
559 get to() { return this._raw.to; }
560 /** Position (in the post-change coordinate system) where the change eneded. */

Callers 11

applyTextInputFunction · 0.80
codemirror.jsFile · 0.80
normalizeSelectionFunction · 0.80
prepareSelectionFunction · 0.80
drawSelectionRangeFunction · 0.80
leftButtonDownFunction · 0.80
extendToFunction · 0.80
findNextFunction · 0.80
doReplaceFunction · 0.80
replaceFunction · 0.80
nextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected