MCPcopy Create free account
hub / github.com/HFQR/xitca-web / insert

Method insert

http-ws/src/codec.rs:61–63  ·  view source on GitHub ↗
(&mut self, other: u8)

Source from the content-addressed store, hash-verified

59
60 #[inline(always)]
61 fn insert(&mut self, other: u8) {
62 self.0 |= other;
63 }
64
65 #[inline(always)]
66 const fn contains(&self, other: u8) -> bool {

Callers 15

update_headerMethod · 0.45
client_request_extendFunction · 0.45
set_send_closedMethod · 0.45
set_recv_closedMethod · 0.45
try_start_continueMethod · 0.45
flagFunction · 0.45
serveMethod · 0.45
_into_responseMethod · 0.45
into_responseMethod · 0.45
poll_recvMethod · 0.45
trailersMethod · 0.45
forwarded_headerFunction · 0.45

Calls

no outgoing calls

Tested by 12

flagFunction · 0.36
forwarded_headerFunction · 0.36
basicFunction · 0.36
field_header_overflowFunction · 0.36
boundary_quotedFunction · 0.36
boundary_quoted_unclosedFunction · 0.36
boundary_overflowFunction · 0.36
roundtripFunction · 0.36