Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
impl Ord for BusRange {
103
fn cmp(&self, other: &BusRange) -> Ordering {
104
self.base.cmp(&other.base)
105
}
106
}
107
108
impl PartialOrd for BusRange {
Callers
2
resize
Method · 0.80
partial_cmp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected