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

Method change_id

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

Source from the content-addressed store, hash-verified

70 /// Returns the change that created this file.
71 #[inline]
72 pub const fn change_id(&self) -> NodeId {
73 self.change_id
74 }
75
76 /// Returns the index within the creating change.
77 #[inline]

Callers 14

anchor_to_graphFunction · 0.45
leaf_op_idFunction · 0.45
encode_trunk_idFunction · 0.45
encode_branch_idFunction · 0.45
encode_leaf_idFunction · 0.45
apply_insertFunction · 0.45
apply_file_ops_batchedFunction · 0.45
apply_single_file_opsFunction · 0.45
recordMethod · 0.45
crdt_trunk_existsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected