Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ OrdF64
Class
OrdF64
nodedb/src/engine/graph/algo/sssp.rs:99–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
/// min-heap). This is safe because edge weights should never be NaN.
98
#[derive(Debug, Clone, Copy, PartialEq)]
99
struct OrdF64(f64);
100
101
impl Eq for OrdF64 {}
102
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected