MCPcopy Create free account
hub / github.com/aws/aws-lambda-rust-runtime / is_empty

Method is_empty

lambda-events/src/event/apigw/mod.rs:1118–1120  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1116
1117impl ApiGatewayRequestAuthorizer {
1118 fn is_empty(&self) -> bool {
1119 self.fields.is_empty()
1120 }
1121}
1122
1123fn deserialize_authorizer_fields<'de, D>(deserializer: D) -> Result<ApiGatewayRequestAuthorizer, D::Error>

Callers 15

into_proxy_requestFunction · 0.80
into_alb_requestFunction · 0.80
into_websocket_requestFunction · 0.80
build_request_uriFunction · 0.80
jsonMethod · 0.80
form_url_encodedMethod · 0.80
path_parameters_refMethod · 0.80
stage_variables_refMethod · 0.80
split_and_append_headerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected