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
rate_limiter/src/group.rs:106–108 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
104
105
impl AsRawFd for RateLimiterGroupHandle {
106
fn as_raw_fd(&self) -> RawFd {
107
self.eventfd.as_raw_fd()
108
}
109
}
110
111
impl Drop for RateLimiterGroupHandle {
Callers
3
drop
Method · 0.45
new
Method · 0.45
start_thread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected