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

Interface ReadOnlyHatMap

src/core/IndividualHatMap.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import HatTokenMap from "./HatTokenMap";
5
6export interface ReadOnlyHatMap {
7 getEntries(): [string, Token][];
8 getToken(hatStyle: HatStyleName, character: string): Token;
9}
10
11export class IndividualHatMap implements ReadOnlyHatMap {
12 private isExpired: boolean = false;

Callers 5

getMarksMethod · 0.65
runTestFunction · 0.65
extractTargetedMarksFunction · 0.65
checkMarksFunction · 0.65
processDecoratedSymbolFunction · 0.65

Implementers 1

IndividualHatMapsrc/core/IndividualHatMap.ts

Calls

no outgoing calls

Tested by

no test coverage detected