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

Method leaf_idx

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

Source from the content-addressed store, hash-verified

252 /// Returns the index within the creating change.
253 #[inline]
254 pub const fn leaf_idx(&self) -> u32 {
255 self.leaf_idx
256 }
257
258 /// Returns `true` if this is the root leaf ID.
259 #[inline]

Callers 2

leaf_op_idFunction · 0.80
encode_leaf_idFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected