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

Class BinaryModifiedAt

crates/cargo-lambda-build/src/archive.rs:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Clone, Debug)]
28pub struct BinaryModifiedAt(Option<SystemTime>);
29
30impl BinaryModifiedAt {
31 pub fn now() -> Self {

Callers 2

zip_binaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected