MCPcopy 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_withinMethod · 0.80
checkFunction · 0.80
cmpFunction · 0.80
eqMethod · 0.80
partial_cmpMethod · 0.80
fmtMethod · 0.80

Calls 1

as_boundMethod · 0.45

Tested by 2

checkFunction · 0.64
cmpFunction · 0.64