MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / clone

Method clone

api-server/src/client/mod.rs:126–132  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124 C: Clone + Send + Sync + 'static,
125{
126 fn clone(&self) -> Self {
127 Self {
128 client_service: self.client_service.clone(),
129 base_path: self.base_path.clone(),
130 marker: PhantomData,
131 }
132 }
133}
134
135impl<Connector, C> Client<DropContextService<hyper::client::Client<Connector, Body>, C>, C>

Calls

no outgoing calls

Tested by 5

create_eventFunction · 0.36
create_event_twiceFunction · 0.36
create_event_failsFunction · 0.36