Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ as_fd
Method
as_fd
block/src/qcow/raw_file.rs:403–405 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
401
402
impl AsFd for RawFile {
403
fn as_fd(&self) -> BorrowedFd<'_> {
404
self.file.as_fd()
405
}
406
}
Callers
4
load_uefi
Function · 0.45
load_uefi
Function · 0.45
map_mmio_regions
Method · 0.45
shared_backing_from
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected