MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / clone

Method clone

sdks/rust/src/client_cache.rs:420–426  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

418
419impl<Row: InModule> Clone for TableHandle<Row> {
420 fn clone(&self) -> Self {
421 Self {
422 client_cache: Arc::clone(&self.client_cache),
423 pending_mutations: self.pending_mutations.clone(),
424 table_name: self.table_name,
425 }
426 }
427}
428
429impl<Row: InModule + Send + Sync + Clone + 'static> TableHandle<Row> {

Callers 15

handle_deleteMethod · 0.45
handle_insertMethod · 0.45
apply_diffMethod · 0.45
get_or_make_tableMethod · 0.45
iterMethod · 0.45
get_unique_constraintMethod · 0.45
add_rowMethod · 0.45
setMethod · 0.45
make_requestFunction · 0.45
connectMethod · 0.45
args_bsatnMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by 15

args_bsatnMethod · 0.36
newMethod · 0.36
exec_multiple_eventsFunction · 0.36
exec_events_dont_persistFunction · 0.36
args_bsatnMethod · 0.36
newMethod · 0.36
insert_then_delete_oneFunction · 0.36
exec_insert_primitiveFunction · 0.36
exec_delete_primitiveFunction · 0.36