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

Method dispose

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

Source from the content-addressed store, hash-verified

76 }
77
78 dispose() {
79 this.isExpired = true;
80 this.deregisterFunctions.forEach((func) => func());
81 }
82}

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected