| 20 | namespace data { |
| 21 | |
| 22 | Stream::Stream(const std::shared_ptr<stream::Stream>& self) |
| 23 | : Dataset<Stream, stream::Stream>(self) {}; |
| 24 | |
| 25 | Sample Stream::next() const { |
| 26 | return self_->next(); |
nothing calls this directly
no outgoing calls
no test coverage detected