MCPcopy 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
489impl PartialOrd for VersionInfo {
490 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> {
491 Some(self.cmp(other))
492 }
493}
494
495impl Ord for VersionInfo {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected