MCPcopy 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)]
99struct OrdF64(f64);
100
101impl Eq for OrdF64 {}
102

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected