Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ eq
Method
eq
nodedb/src/data/executor/handlers/document/sort.rs:321–323 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
319
320
impl PartialEq for MergeEntry {
321
fn eq(&self, other: &Self) -> bool {
322
self.cmp(other) == std::cmp::Ordering::Equal
323
}
324
}
325
326
impl Eq for MergeEntry {}
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected