Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corosync/corosync
/ clone
Method
clone
bindings/rust/src/cfg.rs:41–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
39
40
impl Clone for Handle {
41
fn clone(&self) -> Handle {
42
Handle {
43
cfg_handle: self.cfg_handle,
44
callbacks: self.callbacks,
45
clone: true,
46
}
47
}
48
}
49
50
impl Drop for Handle {
Callers
1
initialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected