Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
open
Method · 0.45
bindMouse
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected