| 329 | }; |
| 330 | |
| 331 | static inline bool |
| 332 | http2_is_client_streamid(Http2StreamId streamid) |
| 333 | { |
| 334 | return (streamid & 0x1u) == 0x1u; |
| 335 | } |
| 336 | |
| 337 | static inline bool |
| 338 | http2_is_server_streamid(Http2StreamId streamid) |
no outgoing calls
no test coverage detected