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

Method clearExecuteHandler

src/server/web/public/terminal.js:4894–4896  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

4892 this._escHandlerFb = e3;
4893 }
4894 setExecuteHandler(e3, t3) {
4895 this._executeHandlers[e3.charCodeAt(0)] = t3;
4896 }
4897 clearExecuteHandler(e3) {
4898 this._executeHandlers[e3.charCodeAt(0)] && delete this._executeHandlers[e3.charCodeAt(0)];
4899 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected