Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_header
Method · 0.45
client_mode
Method · 0.45
duplicate
Method · 0.45
encode
Method · 0.45
decode
Method · 0.45
flag
Function · 0.45
error.rs
File · 0.45
Calls
no outgoing calls
Tested by
1
flag
Function · 0.36