MCPcopy Create free account
hub / github.com/chc4/lineiform / join

Method join

tangle/src/select.rs:177–179  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

175 self.min(other)
176 }
177 fn join(self, other: Self) -> Self {
178 self.max(other)
179 }
180}
181
182use ascent::lattice::set::Set;

Callers

nothing calls this directly

Calls 1

maxMethod · 0.45

Tested by

no test coverage detected