Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursorless-dev/cursorless
/ getEntries
Method
getEntries
src/core/IndividualHatMap.ts:47–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
getEntries() {
48
this.checkExpired();
49
return
Object.entries(this.map);
50
}
51
52
private addTokenByKey(key: string, token: Token) {
53
this.map[key] = token;
Callers
1
clone
Method · 0.95
Calls
1
checkExpired
Method · 0.95
Tested by
no test coverage detected