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

Method constructor

src/server/web/public/terminal.js:1727–1729  ·  view source on GitHub ↗
(e4)

Source from the content-addressed store, hash-verified

1725 t2.JoinedCellData = c;
1726 let l = t2.CharacterJoinerService = class e3 {
1727 constructor(e4) {
1728 this._bufferService = e4, this._characterJoiners = [], this._nextCharacterJoinerId = 0, this._workCell = new a.CellData();
1729 }
1730 register(e4) {
1731 const t3 = { id: this._nextCharacterJoinerId++, handler: e4 };
1732 return this._characterJoiners.push(t3), t3.id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected