MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / branch

Function branch

atomic-core/src/crdt/queries.rs:155–157  ·  view source on GitHub ↗
(change: u64, idx: u32)

Source from the content-addressed store, hash-verified

153 }
154
155 fn branch(change: u64, idx: u32) -> BranchId {
156 BranchId::new(NodeId::new(change), idx)
157 }
158
159 fn put_branch(
160 txn: &mut impl crate::pristine::MutTxnT,

Calls

no outgoing calls