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

Method output_format

crates/cargo-lambda-metadata/src/cargo/build.rs:139–141  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

137 }
138
139 pub fn output_format(&self) -> &OutputFormat {
140 self.output_format.as_ref().unwrap_or(&OutputFormat::Binary)
141 }
142
143 /// Returns the package name if there is only one package in the list of `packages`,
144 /// otherwise None.

Callers 2

runFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected