Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_wrapper
Function · 0.45
register
Method · 0.45
run
Method · 0.45
register
Function · 0.45
telemetry_wrapper
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected