MCPcopy
hub / github.com/VSCodeVim/Vim / getLineEnd

Method getLineEnd

src/common/motion/position.ts:212–212  ·  view source on GitHub ↗

* @returns a new Position at the end of this position's line.

()

Source from the content-addressed store, hash-verified

210 * @returns a new Position at the end of this position's line.
211 */
212 getLineEnd(): Position;
213
214 /**
215 * @returns a new Position one to the left if this Position is on the EOL. Otherwise, returns this position.

Callers 15

runMethod · 0.95
getSearchRangesFunction · 0.95
motion.test.tsFile · 0.80
execActionMethod · 0.80
execActionMethod · 0.80
execActionWithCountMethod · 0.80
execActionWithCountMethod · 0.80
execActionForOperatorMethod · 0.80
runRepeatFunction · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected