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

Method to_lowercase

crates/cargo-lambda-cli/src/main.rs:88–90  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

86 }
87
88 fn to_lowercase(&self) -> String {
89 self.to_string().to_lowercase()
90 }
91}
92
93#[allow(clippy::large_enum_variant)]

Callers 4

try_fromMethod · 0.80
fromMethod · 0.80
write_env_varMethod · 0.80
run_subcommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected