| 34 | } |
| 35 | |
| 36 | void FromVector::check_samples_() const { |
| 37 | for (auto& sample : buffer_) { |
| 38 | if (sample.empty()) { |
| 39 | throw std::runtime_error("FromVector: unexpected empty sample"); |
| 40 | } |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | } // namespace buffer |
| 45 | } // namespace data |
nothing calls this directly
no outgoing calls
no test coverage detected