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

Method getEntries

src/core/IndividualHatMap.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

getMarksMethod · 0.65
runTestFunction · 0.65

Implementers 1

IndividualHatMapsrc/core/IndividualHatMap.ts

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.52