MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / clone

Method clone

lambda-runtime/src/layers/api_client.rs:51–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49 S: Clone,
50{
51 fn clone(&self) -> Self {
52 Self {
53 inner: self.inner.clone(),
54 client: self.client.clone(),
55 }
56 }
57}
58
59#[pin_project(project = RuntimeApiClientFutureProj)]

Callers 14

send_errorMethod · 0.45
channelFunction · 0.45
newMethod · 0.45
run_concurrent_innerMethod · 0.45
concurrent_worker_loopFunction · 0.45
process_invocationFunction · 0.45
run_panicking_handlerFunction · 0.45
callMethod · 0.45
layerMethod · 0.45

Calls

no outgoing calls