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

Method end_bound

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

Source from the content-addressed store, hash-verified

118 }
119
120 fn end_bound(&self) -> Bound<&u64> {
121 self.end.as_ref().map(Bound::Included).unwrap_or(Bound::Unbounded)
122 }
123}
124
125#[derive(Default)]

Callers 3

range_is_emptyFunction · 0.45
from_range_boundsMethod · 0.45

Calls 3

unwrap_orMethod · 0.80
mapMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected