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

Method file_idx

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

Source from the content-addressed store, hash-verified

76 /// Returns the index within the creating change.
77 #[inline]
78 pub const fn file_idx(&self) -> u32 {
79 self.file_idx
80 }
81
82 /// Returns `true` if this is the root trunk ID.
83 #[inline]

Callers 7

anchor_to_graphFunction · 0.80
encode_trunk_idFunction · 0.80
apply_file_ops_batchedFunction · 0.80
apply_single_file_opsFunction · 0.80
crdt_trunk_existsFunction · 0.80
resolve_trunk_idFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected