Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ wrapping_sub
Method
wrapping_sub
crates/table/src/fixed_bit_set.rs:44–46 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
42
43
#[inline]
44
fn wrapping_sub(self, rhs: Self) -> Self {
45
self.wrapping_sub(rhs)
46
}
47
48
#[inline]
49
fn trailing_zeros(self) -> u32 {
Callers
5
complete
Method · 0.80
iter_set_from
Method · 0.80
next
Method · 0.80
process_from_bytes_key
Method · 0.80
iter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected