Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_error
Method · 0.45
channel
Function · 0.45
new
Method · 0.45
run_concurrent_inner
Method · 0.45
concurrent_worker_loop
Function · 0.45
process_invocation
Function · 0.45
successful_end_to_end_run
Function · 0.45
run_panicking_handler
Function · 0.45
concurrent_worker_crash_does_not_stop_other_workers
Function · 0.45
test_concurrent_structured_logging_isolation
Function · 0.45
call
Method · 0.45
layer
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_concurrent_structured_logging_isolation
Function · 0.36
test_context_tenant_id_extraction
Function · 0.36