Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Function · 0.45
create_content_vertex
Function · 0.45
create_content_vertices_per_line
Function · 0.45
create_deletion_edges
Function · 0.45
globalize_replace
Function · 0.45
globalize_delete
Function · 0.45
delete_all_content
Function · 0.45
build_deletion_edges
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected