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

Method call

lambda-runtime/src/layers/api_client.rs:40–44  ·  view source on GitHub ↗
(&mut self, req: LambdaInvocation)

Source from the content-addressed store, hash-verified

38 }
39
40 fn call(&mut self, req: LambdaInvocation) -> Self::Future {
41 let request_fut = self.inner.call(req);
42 let client = self.client.clone();
43 RuntimeApiClientFuture::First(request_fut, client)
44 }
45}
46
47impl<S> Clone for RuntimeApiClientService<S>

Callers 1

pollMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected