Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_commit
Method · 0.45
test_record_added_file_exceeds_size
Function · 0.45
get_merged
Method · 0.45
fork_group_for
Method · 0.45
put_tag
Method · 0.45
populate_session_tables
Method · 0.45
open_or_create_view
Method · 0.45
create_view
Method · 0.45
update_view
Method · 0.45
put_embedding
Method · 0.45
put_vault_entry
Method · 0.45
put_vault_manifest
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_record_added_file_exceeds_size
Function · 0.36
test_write_read_roundtrip
Function · 0.36