MCPcopy Index your code
hub / github.com/codeaashu/claude-code / enable

Method enable

src/server/web/public/terminal.js:2020–2022  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2018 this.clearSelection(), this._enabled = false;
2019 }
2020 enable() {
2021 this._enabled = true;
2022 }
2023 get selectionStart() {
2024 return this._model.finalSelectionStart;
2025 }

Callers 4

openMethod · 0.45
bindMouseMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected