MCPcopy Create free account
hub / github.com/hashintel/hash / as_bound

Method as_bound

libs/@local/graph/temporal-versioning/src/bounds.rs:12–14  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

10
11impl<T> IntervalBound<T> for Bound<T> {
12 fn as_bound(&self) -> Bound<&T> {
13 self.as_ref()
14 }
15
16 fn into_bound(self) -> Self {
17 self

Callers 9

cmp_start_to_startMethod · 0.45
cmp_start_to_endMethod · 0.45
cmp_end_to_startMethod · 0.45
cmp_end_to_endMethod · 0.45
bounds_are_adjacentMethod · 0.45
start_boundMethod · 0.45
end_boundMethod · 0.45
bound_to_sqlMethod · 0.45
to_sqlMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected