Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corosync/corosync
/ clone
Method
clone
bindings/rust/src/cpg.rs:170–176 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
168
169
impl Clone for Handle {
170
fn clone(&self) -> Handle {
171
Handle {
172
cpg_handle: self.cpg_handle,
173
model_data: self.model_data,
174
clone: true,
175
}
176
}
177
}
178
179
impl Drop for Handle {
Callers
1
initialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected