MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / pos

Function pos

packages/core/src/widgets/__tests__/codeEditor.selection.test.ts:12–14  ·  view source on GitHub ↗
(line: number, column: number)

Source from the content-addressed store, hash-verified

10import type { CursorPosition, EditorSelection } from "../types.js";
11
12function pos(line: number, column: number): CursorPosition {
13 return { line, column };
14}
15
16function selection(anchor: CursorPosition, active: CursorPosition): EditorSelection {
17 return { anchor, active };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected