Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
impl Tracing {
203
pub fn as_str(&self) -> &str {
204
match self {
205
Tracing::Active =>
"Active"
,
206
Tracing::PassThrough =>
"PassThrough"
,
207
}
208
}
209
}
210
211
impl TryFrom<String> for Tracing {
Callers
15
architecture
Method · 0.80
run
Function · 0.80
rustc_target_without_glibc_version
Method · 0.80
try_from
Method · 0.80
from
Method · 0.80
deserialize_vec_or_map
Function · 0.80
at
Method · 0.80
deserialize
Method · 0.80
tracing_config
Method · 0.80
adjust_remote_zip_base
Function · 0.80
match_git_http_url
Function · 0.80
match_git_ssh_url
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_deploy_function_with_extra_files
Function · 0.64