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

Method default

crates/cargo-lambda-metadata/src/lambda.rs:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38impl Default for Timeout {
39 fn default() -> Self {
40 Timeout(30)
41 }
42}
43
44impl FromStr for Timeout {

Callers

nothing calls this directly

Calls 1

TimeoutClass · 0.85

Tested by

no test coverage detected