Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ eq
Method
eq
net_util/src/tap.rs:74–76 ·
view source on GitHub ↗
(&self, other: &Tap)
Source
from the content-addressed store, hash-verified
72
73
impl PartialEq for Tap {
74
fn eq(&self, other: &Tap) -> bool {
75
self.if_name == other.if_name
76
}
77
}
78
79
impl std::clone::Clone for Tap {
Callers
1
test_read
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_read
Function · 0.36