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

Method run

lambda-extension/src/extension.rs:354–356  ·  view source on GitHub ↗

Execute the given extension.

(self)

Source from the content-addressed store, hash-verified

352
353 /// Execute the given extension.
354 pub async fn run(self) -> Result<(), Error> {
355 self.register().await?.run().await
356 }
357}
358
359impl<'a, E, L> Extension<'a, E, L, MakeIdentity<Vec<LambdaTelemetry>>> {

Callers 1

runFunction · 0.45

Calls 9

init_errorFunction · 0.85
exit_errorFunction · 0.85
registerMethod · 0.80
buildMethod · 0.80
into_partsMethod · 0.80
collectMethod · 0.80
is_invokeMethod · 0.80
readyMethod · 0.80
callMethod · 0.45

Tested by

no test coverage detected