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

Method atPosition

src/common/motion/cursor.ts:12–14  ·  view source on GitHub ↗
(position: Position)

Source from the content-addressed store, hash-verified

10 }
11
12 public static atPosition(position: Position): Cursor {
13 return new Cursor(position, position);
14 }
15
16 /**
17 * Create a Cursor from a VSCode selection.

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
execMethod · 0.80
execCountMethod · 0.80
execCountMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected