MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / cmp

Method cmp

vm-device/src/bus.rs:103–105  ·  view source on GitHub ↗
(&self, other: &BusRange)

Source from the content-addressed store, hash-verified

101
102impl Ord for BusRange {
103 fn cmp(&self, other: &BusRange) -> Ordering {
104 self.base.cmp(&other.base)
105 }
106}
107
108impl PartialOrd for BusRange {

Callers 2

resizeMethod · 0.80
partial_cmpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected