MCPcopy Index your code
hub / github.com/codeaashu/claude-code / triggerBinaryEvent

Method triggerBinaryEvent

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

Source from the content-addressed store, hash-verified

5544 triggerDataEvent(e3, t3 = false) {
5545 if (this._optionsService.rawOptions.disableStdin) return;
5546 const i3 = this._bufferService.buffer;
5547 t3 && this._optionsService.rawOptions.scrollOnUserInput && i3.ybase !== i3.ydisp && this._onRequestScrollToBottom.fire(), t3 && this._onUserInput.fire(), this._logService.debug(`sending data "${e3}"`, (() => e3.split("").map(((e4) => e4.charCodeAt(0))))), this._onData.fire(e3);
5548 }
5549 triggerBinaryEvent(e3) {
5550 this._optionsService.rawOptions.disableStdin || (this._logService.debug(`sending binary "${e3}"`, (() => e3.split("").map(((e4) => e4.charCodeAt(0))))), this._onBinary.fire(e3));
5551 }

Callers 1

triggerMouseEventMethod · 0.80

Calls 2

fireMethod · 0.80
debugMethod · 0.45

Tested by

no test coverage detected