Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ path
Method
path
crates/agent/src/agent/util/test.rs:86–88 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
84
}
85
86
pub fn path(&self) -> &Path {
87
self.temp_dir.path()
88
}
89
90
/// Returns a resolved path using the generated temporary directory as the base.
91
pub fn join(&self, path: impl AsRef<Path>) -> PathBuf {
Callers
15
test_load_or_create_config
Function · 0.45
test_update_config
Function · 0.45
test_directory_structure
Function · 0.45
test_ensure_models_dir
Function · 0.45
test_node_modules_exclusion_with_temp_dir
Function · 0.45
test_absolute_vs_relative_path_handling
Function · 0.45
count_files_in_directory
Function · 0.45
test_is_model_valid_empty_directory
Function · 0.45
test_is_model_valid_with_files
Function · 0.45
process_directory_files
Method · 0.45
count_files_in_directory
Method · 0.45
process_directory_files
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected