Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ clone
Method
clone
crates/data-structures/src/slim_slice.rs:271–273 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
269
impl<T> Clone for SlimRawSlice<T> {
270
#[inline]
271
fn clone(&self) -> Self {
272
*self
273
}
274
}
275
276
// =============================================================================
Callers
15
init_entry
Method · 0.45
persistent_inserts
Method · 0.45
persistent_deletes
Method · 0.45
to_typed_row
Function · 0.45
test_index_algorithm_roundtrip
Function · 0.45
all_rows
Function · 0.45
all_rows_tx
Function · 0.45
test_insert_delete_insert_delete_insert
Function · 0.45
test_create_drop_sequence_transactionality
Function · 0.45
test_update_index_not_unique
Function · 0.45
test_update_no_such_row
Function · 0.45
test_update_no_such_row_because_deleted
Function · 0.45
Calls
2
into_box
Function · 0.85
len
Method · 0.45
Tested by
13
test_index_algorithm_roundtrip
Function · 0.36
test_insert_delete_insert_delete_insert
Function · 0.36
test_create_drop_sequence_transactionality
Function · 0.36
test_update_index_not_unique
Function · 0.36
test_update_no_such_row
Function · 0.36
test_update_no_such_row_because_deleted
Function · 0.36
test_update_no_such_row_because_deleted_new_index_in_tx
Function · 0.36
test_update_uses_sequences
Function · 0.36
test_row_level_security
Function · 0.36
test_alter_table_row_type_rejects_some_bad_changes
Function · 0.36
test_alter_table_row_type_is_transactional
Function · 0.36
test_add_columns_to_table
Function · 0.36