| 265 | Span<const char>& encodedFrame); |
| 266 | |
| 267 | [[nodiscard]] bool hasPendingControlFrame() const { return pendingControlFrame.sizeInBytes() > 0; } |
| 268 | Result getPendingControlFrame(Span<const char>& frame) const; |
| 269 | void clearPendingControlFrame(); |
| 270 |
no test coverage detected