MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / clone

Method clone

atomic-core/src/record/context.rs:292–300  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

290 C: ChangeStore,
291{
292 fn clone(&self) -> Self {
293 Self {
294 txn: self.txn,
295 working_copy: self.working_copy,
296 change_store: self.change_store,
297 view: self.view,
298 options: self.options.clone(),
299 }
300 }
301}
302
303// RECORD CONTEXT

Callers 15

test_record_item_newFunction · 0.45
test_options_cloneFunction · 0.45
test_file_change_cloneFunction · 0.45
test_result_cloneFunction · 0.45
test_record_item_cloneFunction · 0.45
test_result_cloneFunction · 0.45
test_tracked_file_cloneFunction · 0.45
test_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_record_item_newFunction · 0.36
test_options_cloneFunction · 0.36
test_file_change_cloneFunction · 0.36
test_result_cloneFunction · 0.36
test_record_item_cloneFunction · 0.36
test_result_cloneFunction · 0.36
test_tracked_file_cloneFunction · 0.36
test_cloneFunction · 0.36