MCPcopy Create free account
hub / github.com/cursorless-dev/cursorless / CharacterTokenInfo

Interface CharacterTokenInfo

src/util/addDecorationsToEditor.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { IndividualHatMap } from "../core/IndividualHatMap";
11
12interface CharacterTokenInfo {
13 characterIdx: number;
14 tokenIdx: number;
15}
16
17export function addDecorationsToEditors(
18 hatTokenMap: IndividualHatMap,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected