MCPcopy 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
402impl AsFd for RawFile {
403 fn as_fd(&self) -> BorrowedFd<'_> {
404 self.file.as_fd()
405 }
406}

Callers 4

load_uefiFunction · 0.45
load_uefiFunction · 0.45
map_mmio_regionsMethod · 0.45
shared_backing_fromFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected