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

Method is_invoke

lambda-extension/src/events.rs:51–53  ·  view source on GitHub ↗

Return whether the event is a [`NextEvent::Invoke`] event or not

(&self)

Source from the content-addressed store, hash-verified

49impl NextEvent {
50 /// Return whether the event is a [`NextEvent::Invoke`] event or not
51 pub fn is_invoke(&self) -> bool {
52 matches!(self, NextEvent::Invoke(_))
53 }
54}
55
56/// Wrapper with information about the next

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected