Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
exec
Method · 0.80
execCount
Method · 0.80
execCount
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
exec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected