Home
last modified time | relevance | path

Searched refs:put_newvertex (Results 1 – 2 of 2) sorted by relevance

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/apply/
H A Dvertex.rs6 pub fn put_newvertex<T: GraphMutTxnT>( in put_newvertex() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dapply.rs247 put_newvertex(txn, T::graph_mut(channel), change, ws, change_id, n)? in apply_change_to_channel()