MCPcopy 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
396impl AsRawFd for RawFile {
397 fn as_raw_fd(&self) -> RawFd {
398 self.file.as_raw_fd()
399 }
400}
401
402impl AsFd for RawFile {

Callers 4

newMethod · 0.45
is_writableMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected