(update)
| 149534 | return stream; |
| 149535 | }, |
| 149536 | addUpdate (update) { |
| 149537 | this.updates.push(update); |
| 149538 | return update; |
| 149539 | }, |
| 149540 | // Apply metadata |
| 149541 | finish () { |
| 149542 | let name3, ds; // annotate root |
nothing calls this directly
no outgoing calls
no test coverage detected