Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ disable
Method
disable
src/server/web/public/terminal.js:2017–2019 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2015
this.clearSelection();
2016
}
2017
disable() {
2018
this.clearSelection(), this._enabled = false;
2019
}
2020
enable() {
2021
this._enabled = true;
2022
}
Callers
2
open
Method · 0.45
bindMouse
Method · 0.45
Calls
1
clearSelection
Method · 0.45
Tested by
no test coverage detected