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

Method clone

atomic-core/src/change/store.rs:408–412  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

406
407impl Clone for MemoryChangeStore {
408 fn clone(&self) -> Self {
409 Self {
410 changes: RwLock::new(self.changes.read().unwrap().clone()),
411 }
412 }
413}
414
415impl ChangeStore for MemoryChangeStore {

Callers 15

mainFunction · 0.45
long_about_is_strippedFunction · 0.45
ctx_strFunction · 0.45
ctx_listFunction · 0.45
rejected_non_utf8_argFunction · 0.45
renderFunction · 0.45
runMethod · 0.45
runMethod · 0.45
test_split_cloneFunction · 0.45
run_pushMethod · 0.45

Calls 1

unwrapMethod · 0.45