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

Method call

lambda-extension/src/extension.rs:514–516  ·  view source on GitHub ↗
(&mut self, _event: T)

Source from the content-addressed store, hash-verified

512 }
513
514 fn call(&mut self, _event: T) -> Self::Future {
515 Box::pin(ready(Ok(())))
516 }
517}
518
519/// Service factory to generate no-op generic processors

Callers 5

log_wrapperFunction · 0.45
registerMethod · 0.45
runMethod · 0.45
registerFunction · 0.45
telemetry_wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected