MCPcopy
hub / github.com/loggerhead/json4u / Position

Interface Position

src/stores/statusStore.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { createJSONStorage, persist } from "zustand/middleware";
10
11interface Position {
12 line: number;
13 column: number;
14}
15
16export interface TreeEdit {
17 treeNodeId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected