delete_node_tx

Function delete_node_tx 

Source
pub fn delete_node_tx<T: Transaction>(
    tx: &mut T,
    table: &str,
    entity_id: EntityId,
    max_layer: usize,
) -> Result<bool, VectorError>
Expand description

Delete a node within an existing transaction.