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

Function pos

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

Source from the content-addressed store, hash-verified

15import type { CursorPosition, EditorSelection } from "../types.js";
16
17function pos(line: number, column: number): CursorPosition {
18 return { line, column };
19}
20
21function sel(
22 anchorLine: number,

Callers 2

selFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected