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

Method enableDebugLog

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

Source from the content-addressed store, hash-verified

58 }
59
60 private enableDebugLog() {
61 this.active = true;
62 this.disposableSelection = window.onDidChangeTextEditorSelection(
63 this.logBranchTypes
64 );
65 }
66
67 private disableDebugLog() {
68 this.active = false;

Callers 2

constructorMethod · 0.95
evaluateSettingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected