MCPcopy Index your code
hub / github.com/VSpaceCode/VSpaceCode / getPathWithLineColumn

Function getPathWithLineColumn

src/pathCommands.ts:29–32  ·  view source on GitHub ↗
(activeEditor: TextEditor)

Source from the content-addressed store, hash-verified

27}
28
29export function getPathWithLineColumn(activeEditor: TextEditor) {
30 const active = _getPath(activeEditor, false);
31 return `${active.fsPath}:${active.line}:${active.col}`;
32}
33
34export function getDirectoryPath(activeEditor: TextEditor) {
35 const active = _getPath(activeEditor, false);

Callers

nothing calls this directly

Calls 1

_getPathFunction · 0.85

Tested by

no test coverage detected