Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ as_raw_fd
Method
as_raw_fd
block/src/qcow/mod.rs:2015–2017 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2013
2014
impl AsRawFd for QcowFile {
2015
fn as_raw_fd(&self) -> RawFd {
2016
self.raw_file.as_raw_fd()
2017
}
2018
}
2019
2020
impl Drop for QcowFile {
Callers
2
read_at
Method · 0.45
read_clusters
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected