MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/editor/src/context/cursor_map.ts:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30export class CursorMap {
31 lines: Line[]
32 linesIndex: { [key: number]: Line }
33 supplimentaryCursors: [number, number, NodeCursor][]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected