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

write_commitMethod · 0.45
get_mergedMethod · 0.45
fork_group_forMethod · 0.45
put_tagMethod · 0.45
open_or_create_viewMethod · 0.45
create_viewMethod · 0.45
update_viewMethod · 0.45
put_embeddingMethod · 0.45
put_vault_entryMethod · 0.45
put_vault_manifestMethod · 0.45

Calls

no outgoing calls

Tested by 2