Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ weight
Method
weight
src/graph/mst/edge.rs:19–21 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
17
}
18
19
pub fn weight(&self) -> f32 {
20
self.weight
21
}
22
23
pub fn either(&self) -> usize {
24
self.v
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected