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

Method writeln

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

Source from the content-addressed store, hash-verified

6118 this._core.clear();
6119 }
6120 write(e3, t3) {
6121 this._core.write(e3, t3);
6122 }
6123 writeln(e3, t3) {
6124 this._core.write(e3), this._core.write("\r\n", t3);
6125 }

Callers 2

handleControlMessageFunction · 0.80
handleControlMessageFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected