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.
pub fn delete_node_tx<T: Transaction>(
tx: &mut T,
table: &str,
entity_id: EntityId,
max_layer: usize,
) -> Result<bool, VectorError>Delete a node within an existing transaction.