MCPcopy 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

269impl<T> Clone for SlimRawSlice<T> {
270 #[inline]
271 fn clone(&self) -> Self {
272 *self
273 }
274}
275
276// =============================================================================

Callers 15

init_entryMethod · 0.45
persistent_insertsMethod · 0.45
persistent_deletesMethod · 0.45
to_typed_rowFunction · 0.45
all_rowsFunction · 0.45
all_rows_txFunction · 0.45
test_update_no_such_rowFunction · 0.45

Calls 2

into_boxFunction · 0.85
lenMethod · 0.45