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

Method txn

atomic-core/src/record/workflow/globalize/context.rs:222–224  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

220 /// Get a reference to the transaction.
221 #[must_use]
222 pub fn txn(&self) -> &'txn T {
223 self.txn
224 }
225
226 /// Get the external hash for a node ID.
227 ///

Callers 8

globalize_recorded_fileFunction · 0.45
create_content_vertexFunction · 0.45
create_deletion_edgesFunction · 0.45
globalize_replaceFunction · 0.45
globalize_deleteFunction · 0.45
delete_all_contentFunction · 0.45
build_deletion_edgesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected