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

Method as_str

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

Source from the content-addressed store, hash-verified

201
202impl Tracing {
203 pub fn as_str(&self) -> &str {
204 match self {
205 Tracing::Active => "Active",
206 Tracing::PassThrough => "PassThrough",
207 }
208 }
209}
210
211impl TryFrom<String> for Tracing {

Callers 15

architectureMethod · 0.80
runFunction · 0.80
try_fromMethod · 0.80
fromMethod · 0.80
deserialize_vec_or_mapFunction · 0.80
atMethod · 0.80
deserializeMethod · 0.80
tracing_configMethod · 0.80
adjust_remote_zip_baseFunction · 0.80
match_git_http_urlFunction · 0.80
match_git_ssh_urlFunction · 0.80

Calls

no outgoing calls

Tested by 1