MCPcopy
hub / github.com/codeaashu/claude-code / write

Method write

src/server/web/public/terminal.js:2582–2584  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

2580 }))), this._writeBuffer = this.register(new p.WriteBuffer(((e4, t3) => this._inputHandler.parse(e4, t3)))), this.register((0, l.forwardEvent)(this._writeBuffer.onWriteParsed, this._onWriteParsed));
2581 }
2582 write(e3, t3) {
2583 this._writeBuffer.write(e3, t3);
2584 }
2585 writeSync(e3, t3) {
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 }

Callers 12

onSelectFunction · 0.45
REPLFunction · 0.45
handleSuspendFunction · 0.45
readClientSecretFunction · 0.45
onDataFunction · 0.45
connectFunction · 0.45
wirePtyEventsMethod · 0.45
wireWsEventsMethod · 0.45
writeMethod · 0.45
writelnMethod · 0.45
connectFunction · 0.45
fetchJSONFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected