MCPcopy 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

completeMethod · 0.80
iter_set_fromMethod · 0.80
nextMethod · 0.80
iterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected