| 9 | namespace stream { |
| 10 | |
| 11 | Sample Stream::next() const { |
| 12 | throw std::runtime_error("Stream::next() NYI"); |
| 13 | } |
| 14 | |
| 15 | void Stream::reset() { |
| 16 | throw std::runtime_error("Stream::reset() NYI"); |
nothing calls this directly
no outgoing calls
no test coverage detected