Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ partial_cmp
Method
partial_cmp
rust/src/lib.rs:490–492 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
488
489
impl PartialOrd for VersionInfo {
490
fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> {
491
Some(self.cmp(other))
492
}
493
}
494
495
impl Ord for VersionInfo {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected