MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / as_raw_fd

Method as_raw_fd

rate_limiter/src/group.rs:106–108  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

104
105impl AsRawFd for RateLimiterGroupHandle {
106 fn as_raw_fd(&self) -> RawFd {
107 self.eventfd.as_raw_fd()
108 }
109}
110
111impl Drop for RateLimiterGroupHandle {

Callers 3

dropMethod · 0.45
newMethod · 0.45
start_threadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected