////////////////////////////////////////// INLINE
| 425 | // INLINE |
| 426 | // |
| 427 | inline Http2StreamId |
| 428 | Http2ConnectionState::get_latest_stream_id_in() const |
| 429 | { |
| 430 | return latest_streamid_in; |
| 431 | } |
| 432 | |
| 433 | inline Http2StreamId |
| 434 | Http2ConnectionState::get_latest_stream_id_out() const |
no outgoing calls
no test coverage detected