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

Method writeSync

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

Source from the content-addressed store, hash-verified

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 }
2588 input(e3, t3 = true) {
2589 this.coreService.triggerDataEvent(e3, t3);
2590 }

Callers

nothing calls this directly

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected