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

Method txn

atomic-core/src/merge/engine.rs:58–60  ·  view source on GitHub ↗

Return a reference to the underlying transaction.

(&self)

Source from the content-addressed store, hash-verified

56
57 /// Return a reference to the underlying transaction.
58 pub fn txn(&self) -> &'a T {
59 self.txn
60 }
61
62 /// Return a reference to the underlying change store.
63 pub fn change_store(&self) -> &'a C {

Callers 1

Calls

no outgoing calls

Tested by 1