MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda / is_valid

Method is_valid

crates/cargo-lambda-invoke/src/lib.rs:119–121  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

117
118impl CognitoIdentity {
119 fn is_valid(&self) -> bool {
120 self.identity_id.is_some() && self.identity_pool_id.is_some()
121 }
122}
123
124impl Invoke {

Callers 1

invoke_localMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected