Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
export
interface
ReadOnlyHatMap {
7
getEntries(): [string, Token][];
8
getToken(hatStyle: HatStyleName, character: string): Token;
9
}
10
Callers
2
getMarks
Method · 0.65
runTest
Function · 0.65
Implementers
1
IndividualHatMap
src/core/IndividualHatMap.ts
Calls
no outgoing calls
Tested by
1
runTest
Function · 0.52