Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cargo-lambda/cargo-lambda
/ duration
Method
duration
crates/cargo-lambda-metadata/src/lambda.rs:27–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
25
}
26
27
pub fn duration(&self) -> Duration {
28
Duration::from_secs(self.0 as u64)
29
}
30
}
31
32
impl std::fmt::Display for Timeout {
Callers
1
start_server
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected