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

Method input

src/server/web/public/terminal.js:2588–2590  ·  view source on GitHub ↗
(e3, t3 = true)

Source from the content-addressed store, hash-verified

2586 this._logService.logLevel <= r.LogLevelEnum.WARN && !m && (this._logService.warn("writeSync is unreliable and will be removed soon."), m = true), this._writeBuffer.writeSync(e3, t3);
2587 }
2588 input(e3, t3 = true) {
2589 this.coreService.triggerDataEvent(e3, t3);
2590 }
2591 resize(e3, t3) {
2592 isNaN(e3) || isNaN(t3) || (e3 = Math.max(e3, a.MINIMUM_COLS), t3 = Math.max(t3, a.MINIMUM_ROWS), this._bufferService.resize(e3, t3));
2593 }

Callers 1

inputMethod · 0.45

Calls 1

triggerDataEventMethod · 0.80

Tested by

no test coverage detected