(e4)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected