Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_commit
Function · 0.45
get_file_content
Function · 0.45
test_full_hierarchy
Function · 0.45
test_deletion_preserves_id
Function · 0.45
put_trunk
Method · 0.45
put_branch
Method · 0.45
put_leaf
Method · 0.45
build_function_signature
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_full_hierarchy
Function · 0.36
test_deletion_preserves_id
Function · 0.36
put_trunk
Method · 0.36
put_branch
Method · 0.36
put_leaf
Method · 0.36