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

Method as_slice

atomic-core/src/crdt/apply/order.rs:346–348  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

344 /// Returns the elements as a slice.
345 #[inline]
346 pub fn as_slice(&self) -> &[Id] {
347 &self.elements
348 }
349
350 /// Inserts an element at its correct position.
351 ///

Callers 15

get_mergedMethod · 0.45
fork_group_forMethod · 0.45
put_tagMethod · 0.45
append_session_turnMethod · 0.45
rewrite_session_turnsMethod · 0.45
index_empty_sessionMethod · 0.45
save_session_manifestMethod · 0.45
open_or_create_viewMethod · 0.45

Calls

no outgoing calls