| 13 | } |
| 14 | |
| 15 | VIO::Timestamp StereoBuffer::getLatestTimestamp() const { |
| 16 | return latest_timestamp_; |
| 17 | } |
| 18 | |
| 19 | size_t StereoBuffer::size() const { return stereo_buffer_.size(); } |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected