Skip to main content

load_graph_with_tx

Function load_graph_with_tx 

Source
pub fn load_graph_with_tx(
    tx: &Transaction<'_>,
    version_id: Option<&str>,
) -> ForgeResult<CausalGraph>
Expand description

Load the causal graph from an already-open transaction handle.

Reuses the caller-provided transaction for transaction-local graph reads.