Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ clone
Method
clone
rate_limiter/src/group.rs:100–102 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
98
99
impl Clone for RateLimiterGroupHandle {
100
fn clone(&self) -> Self {
101
RateLimiterGroupHandle::new(self.inner.clone()).unwrap()
102
}
103
}
104
105
impl AsRawFd for RateLimiterGroupHandle {
Callers
8
bandwidth
Method · 0.45
ops
Method · 0.45
test_update_buckets
Function · 0.45
new
Method · 0.45
new_handle
Method · 0.45
start_thread
Method · 0.45
bandwidth
Method · 0.45
ops
Method · 0.45
Calls
1
new
Function · 0.85
Tested by
1
test_update_buckets
Function · 0.36