Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ id
Method
id
atomic-core/src/crdt/apply/order.rs:223–225 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
221
/// Returns the element's ID.
222
#[inline]
223
pub fn id(&self) -> &Id {
224
&self.id
225
}
226
227
/// Returns the reference this element was inserted after.
228
#[inline]
Callers
12
put_trunk
Method · 0.45
put_branch
Method · 0.45
put_leaf
Method · 0.45
add_trunk
Method · 0.45
put_trunk
Method · 0.45
put_branch
Method · 0.45
put_leaf
Method · 0.45
add_branch
Method · 0.45
put_trunk
Method · 0.45
put_branch
Method · 0.45
put_leaf
Method · 0.45
put_trunk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected