Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cargo-lambda/cargo-lambda
/ root
Method
root
crates/cargo-lambda-cli/tests/harness/mod.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
}
44
45
pub fn root(&self) -> &PathBuf {
46
&self.root
47
}
48
49
pub fn test_project(&self) -> Project {
50
test_project(&self.root)
Callers
15
test_build_basic_function
Function · 0.45
test_build_basic_zip_function
Function · 0.45
test_build_basic_zip_function_with_include
Function · 0.45
test_build_http_function
Function · 0.45
test_build_http_feature_function
Function · 0.45
test_build_event_type_function
Function · 0.45
test_build_basic_extension
Function · 0.45
test_build_logs_extension
Function · 0.45
test_build_telemetry_extension
Function · 0.45
test_init_subcommand
Function · 0.45
test_init_subcommand_without_override
Function · 0.45
test_build_basic_zip_extension
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected