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

Method branch_idx

atomic-core/src/crdt/ids.rs:166–168  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

164 /// Returns the index within the creating change.
165 #[inline]
166 pub const fn branch_idx(&self) -> u32 {
167 self.branch_idx
168 }
169
170 /// Returns `true` if this is the root branch ID.
171 #[inline]

Callers 7

anchor_to_graphFunction · 0.80
encode_branch_idFunction · 0.80
apply_file_ops_batchedFunction · 0.80
next_change_branch_idxFunction · 0.80
seed_materialized_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected