Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fold_transactions_internal
Function · 0.45
range_is_empty
Function · 0.45
from_range_bounds
Method · 0.45
Calls
3
unwrap_or
Method · 0.80
map
Method · 0.45
as_ref
Method · 0.45
Tested by
no test coverage detected