MCPcopy Create free account
hub / github.com/apache/trafficserver / get_latest_stream_id_in

Method get_latest_stream_id_in

include/proxy/http2/Http2ConnectionState.h:427–431  ·  view source on GitHub ↗

////////////////////////////////////////// INLINE

Source from the content-addressed store, hash-verified

425// INLINE
426//
427inline Http2StreamId
428Http2ConnectionState::get_latest_stream_id_in() const
429{
430 return latest_streamid_in;
431}
432
433inline Http2StreamId
434Http2ConnectionState::get_latest_stream_id_out() const

Callers 1

do_process_frame_readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected