MCPcopy Create free account
hub / github.com/codeaashu/claude-code / areMouseEventsActive

Method areMouseEventsActive

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

Source from the content-addressed store, hash-verified

5477 this._encodings[e3] = t3;
5478 }
5479 get activeProtocol() {
5480 return this._activeProtocol;
5481 }
5482 get areMouseEventsActive() {
5483 return 0 !== this._protocols[this._activeProtocol].events;
5484 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected