MCPcopy Create free account
hub / github.com/encrypted-spaces/prototype / clone

Method clone

sdk/src/table.rs:196–202  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

194
195impl<T> Clone for Table<T> {
196 fn clone(&self) -> Self {
197 Self {
198 name: self.name.clone(),
199 space: Arc::clone(&self.space),
200 _phantom: PhantomData,
201 }
202 }
203}
204
205/// Check whether `column` is the primary key or appears in a secondary index.

Callers 15

selectMethod · 0.45
insertMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
hydrate_list_columnsFunction · 0.45
assemble_joinFunction · 0.45
collect_schemasMethod · 0.45
get_list_columnsMethod · 0.45
fetch_and_decryptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected