Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
use ascent::lattice::set::Set;
Callers
nothing calls this directly
Calls
1
max
Method · 0.45
Tested by
no test coverage detected