| 1215 | } |
| 1216 | |
| 1217 | bool supports(int64_t frames) const noexcept { |
| 1218 | return frames > 0 && frames <= capacity_frames_; |
| 1219 | } |
| 1220 | |
| 1221 | int64_t capacity_frames() const noexcept { |
| 1222 | return capacity_frames_; |
no outgoing calls
no test coverage detected