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

Method getDocumentBegin

src/textEditor.ts:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 }
177
178 static getDocumentBegin(): Position {
179 return new Position(0, 0);
180 }
181
182 static getDocumentEnd(document: vscode.TextDocument): Position {
183 const line = Math.max(document.lineCount, 1) - 1;

Callers 3

motion.test.tsFile · 0.80
getDocumentRangeMethod · 0.80
execActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected