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

Method e3

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

Source from the content-addressed store, hash-verified

543 this.hasSelection() && (0, s2.copyHandler)(e4, this._selectionService);
544 })));
545 const e3 = (e4) => (0, s2.handlePasteEvent)(e4, this.textarea, this.coreService, this.optionsService);
546 this.register((0, r.addDisposableDomListener)(this.textarea, "paste", e3)), this.register((0, r.addDisposableDomListener)(this.element, "paste", e3)), k.isFirefox ? this.register((0, r.addDisposableDomListener)(this.element, "mousedown", ((e4) => {
547 2 === e4.button && (0, s2.rightClickHandler)(e4, this.textarea, this.screenElement, this._selectionService, this.options.rightClickSelectsWord);
548 }))) : this.register((0, r.addDisposableDomListener)(this.element, "contextmenu", ((e4) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected