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

Method checkExpired

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

Source from the content-addressed store, hash-verified

70 }
71
72 checkExpired() {
73 if (this.isExpired) {
74 throw Error("Map snapshot has expired");
75 }
76 }
77
78 dispose() {
79 this.isExpired = true;

Callers 2

getEntriesMethod · 0.95
getTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected