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

Class Memory

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

Source from the content-addressed store, hash-verified

71
72#[derive(Clone, Debug, Eq, PartialEq)]
73pub struct Memory(u32);
74
75impl std::fmt::Display for Memory {
76 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 2

fromMethod · 0.85
try_fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected