Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ data_addr
Method
data_addr
block/src/aligned_operation.rs:69–71 ·
view source on GitHub ↗
Returns the guest address for this op.
(&self)
Source
from the content-addressed store, hash-verified
67
68
/// Returns the guest address for this op.
69
pub fn data_addr(&self) -> GuestAddress {
70
self.data_addr
71
}
72
}
73
74
impl Drop for AlignedOperation {
Callers
1
complete_async
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected