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

Method getToken

src/core/IndividualHatMap.ts:8–8  ·  view source on GitHub ↗
(hatStyle: HatStyleName, character: string)

Source from the content-addressed store, hash-verified

6export interface ReadOnlyHatMap {
7 getEntries(): [string, Token][];
8 getToken(hatStyle: HatStyleName, character: string): Token;
9}
10
11export class IndividualHatMap implements ReadOnlyHatMap {

Callers 3

extractTargetedMarksFunction · 0.65
checkMarksFunction · 0.65
processDecoratedSymbolFunction · 0.65

Implementers 1

IndividualHatMapsrc/core/IndividualHatMap.ts

Calls

no outgoing calls

Tested by 1

checkMarksFunction · 0.52