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

Method dispose

src/core/Debug.ts:51–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 dispose() {
52 if (this.disposableConfiguration) {
53 this.disposableConfiguration.dispose();
54 }
55 if (this.disposableSelection) {
56 this.disposableSelection.dispose();
57 }
58 }
59
60 private enableDebugLog() {
61 this.active = true;

Callers 2

getFontRatiosFunction · 0.45
disableDebugLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected