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

Method remove

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

Source from the content-addressed store, hash-verified

54
55 #[inline(always)]
56 fn remove(&mut self, other: u8) {
57 self.0 &= !other;
58 }
59
60 #[inline(always)]
61 fn insert(&mut self, other: u8) {

Callers 7

update_headerMethod · 0.45
client_modeMethod · 0.45
duplicateMethod · 0.45
encodeMethod · 0.45
decodeMethod · 0.45
flagFunction · 0.45
error.rsFile · 0.45

Calls

no outgoing calls

Tested by 1

flagFunction · 0.36