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

Method id

atomic-core/src/crdt/leaf.rs:169–171  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

167 /// Returns the leaf's unique identifier.
168 #[inline]
169 pub fn id(&self) -> LeafId {
170 self.id
171 }
172
173 /// Returns the parent branch's identifier.
174 #[inline]

Callers 8

parse_commitFunction · 0.45
get_file_contentFunction · 0.45
test_full_hierarchyFunction · 0.45
put_trunkMethod · 0.45
put_branchMethod · 0.45
put_leafMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_full_hierarchyFunction · 0.36
put_trunkMethod · 0.36
put_branchMethod · 0.36
put_leafMethod · 0.36