Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ start_bound
Method
start_bound
libs/@local/graph/temporal-versioning/src/interval.rs:427–429 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
425
E: IntervalBound<T>,
426
{
427
fn start_bound(&self) -> Bound<&T> {
428
self.start.as_bound()
429
}
430
431
fn end_bound(&self) -> Bound<&T> {
432
self.end.as_bound()
Callers
6
copy_within
Method · 0.80
check
Function · 0.80
cmp
Function · 0.80
eq
Method · 0.80
partial_cmp
Method · 0.80
fmt
Method · 0.80
Calls
1
as_bound
Method · 0.45
Tested by
2
check
Function · 0.64
cmp
Function · 0.64