MCPcopy
hub / github.com/alm-tools/alm / GotoPosition

Interface GotoPosition

src/app/gotoHistory.ts:10–14  ·  view source on GitHub ↗

Interfaces used by GotoHistory feature

Source from the content-addressed store, hash-verified

8
9/** Interfaces used by GotoHistory feature */
10interface GotoPosition {
11 filePath: string;
12 line: number;
13 col: number;
14}
15interface TabWithGotoPositions {
16 lastIndex?: number;
17 members: GotoPosition[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected