(stream)
| 149529 | })); |
| 149530 | }, |
| 149531 | addStream (stream) { |
| 149532 | this.streams.push(stream); |
| 149533 | stream.id = this.id(); |
| 149534 | return stream; |
| 149535 | }, |
| 149536 | addUpdate (update) { |
| 149537 | this.updates.push(update); |
| 149538 | return update; |
nothing calls this directly
no outgoing calls
no test coverage detected