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

Method disableDebugLog

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

Source from the content-addressed store, hash-verified

65 }
66
67 private disableDebugLog() {
68 this.active = false;
69 if (this.disposableSelection) {
70 this.disposableSelection.dispose();
71 this.disposableSelection = undefined;
72 }
73 }
74
75 private evaluateSetting() {
76 const debugEnabled = workspace

Callers 2

constructorMethod · 0.95
evaluateSettingMethod · 0.95

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected