MCPcopy 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_trunkMethod · 0.45
put_branchMethod · 0.45
put_leafMethod · 0.45
add_trunkMethod · 0.45
put_trunkMethod · 0.45
put_branchMethod · 0.45
put_leafMethod · 0.45
add_branchMethod · 0.45
put_trunkMethod · 0.45
put_branchMethod · 0.45
put_leafMethod · 0.45
put_trunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected