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

Class Timeout

crates/cargo-lambda-metadata/src/lambda.rs:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
16pub struct Timeout(u32);
17
18impl Timeout {
19 pub fn new(i: u32) -> Timeout {

Callers 4

newMethod · 0.85
defaultMethod · 0.85
from_strMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected