MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / start_bound

Method start_bound

crates/commitlog/src/stream/common.rs:116–118  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

114
115impl RangeBounds<u64> for RangeFromMaybeToInclusive {
116 fn start_bound(&self) -> Bound<&u64> {
117 Bound::Included(&self.start)
118 }
119
120 fn end_bound(&self) -> Bound<&u64> {
121 self.end.as_ref().map(Bound::Included).unwrap_or(Bound::Unbounded)

Callers 5

fold_transaction_rangeFunction · 0.45
range_is_emptyFunction · 0.45
from_range_boundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected