MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / is_empty

Method is_empty

crates/cargo-lambda-metadata/src/config.rs:41–43  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn is_empty(&self) -> bool {
42 self.package.is_none() && self.binary.is_none()
43 }
44
45 pub fn include(&self, name: &str) -> bool {
46 self.package.as_ref().is_some_and(|p| p == name)

Callers 15

convert_to_unix_pathFunction · 0.45
runFunction · 0.45
check_installationFunction · 0.45
get_zig_versionFunction · 0.45
workspace_metadataFunction · 0.45
package_metadataFunction · 0.45
extract_varFunction · 0.45
open_code_editorFunction · 0.45
build_template_variablesFunction · 0.45
convert_to_unix_pathFunction · 0.45
event_type_tripleMethod · 0.45
validate_event_typeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected