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/raw_file.rs:397–399 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
395
396
impl AsRawFd for RawFile {
397
fn as_raw_fd(&self) -> RawFd {
398
self.file.as_raw_fd()
399
}
400
}
401
402
impl AsFd for RawFile {
Callers
4
new
Method · 0.45
is_writable
Method · 0.45
read
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected